Revert "Merge pull request #7599 from MetaMask/Version-v7.7.0" (#7648)

This reverts commit 1110287fe1, reversing
changes made to 72eb233ee9.
feature/default_network_editable
Mark Stacey 5 years ago committed by Frankie
parent 1110287fe1
commit 466ece4588
  1. 12
      .circleci/config.yml
  2. 26
      .eslintrc
  3. 1
      .gitattributes
  4. 13
      CHANGELOG.md
  5. 2
      README.md
  6. 44
      app/_locales/am/messages.json
  7. 44
      app/_locales/ar/messages.json
  8. 48
      app/_locales/bg/messages.json
  9. 44
      app/_locales/bn/messages.json
  10. 50
      app/_locales/ca/messages.json
  11. 33
      app/_locales/cs/messages.json
  12. 48
      app/_locales/da/messages.json
  13. 48
      app/_locales/de/messages.json
  14. 48
      app/_locales/el/messages.json
  15. 135
      app/_locales/en/messages.json
  16. 44
      app/_locales/es/messages.json
  17. 48
      app/_locales/es_419/messages.json
  18. 52
      app/_locales/et/messages.json
  19. 44
      app/_locales/fa/messages.json
  20. 48
      app/_locales/fi/messages.json
  21. 42
      app/_locales/fil/messages.json
  22. 48
      app/_locales/fr/messages.json
  23. 9
      app/_locales/gu/messages.json
  24. 44
      app/_locales/he/messages.json
  25. 44
      app/_locales/hi/messages.json
  26. 33
      app/_locales/hn/messages.json
  27. 48
      app/_locales/hr/messages.json
  28. 33
      app/_locales/ht/messages.json
  29. 48
      app/_locales/hu/messages.json
  30. 48
      app/_locales/id/messages.json
  31. 66
      app/_locales/it/messages.json
  32. 37
      app/_locales/ja/messages.json
  33. 48
      app/_locales/kn/messages.json
  34. 48
      app/_locales/ko/messages.json
  35. 48
      app/_locales/lt/messages.json
  36. 46
      app/_locales/lv/messages.json
  37. 9
      app/_locales/ml/messages.json
  38. 9
      app/_locales/mr/messages.json
  39. 48
      app/_locales/ms/messages.json
  40. 33
      app/_locales/nl/messages.json
  41. 48
      app/_locales/no/messages.json
  42. 30
      app/_locales/ph/messages.json
  43. 48
      app/_locales/pl/messages.json
  44. 33
      app/_locales/pt/messages.json
  45. 48
      app/_locales/pt_BR/messages.json
  46. 9
      app/_locales/pt_PT/messages.json
  47. 48
      app/_locales/ro/messages.json
  48. 44
      app/_locales/ru/messages.json
  49. 48
      app/_locales/sk/messages.json
  50. 48
      app/_locales/sl/messages.json
  51. 48
      app/_locales/sr/messages.json
  52. 48
      app/_locales/sv/messages.json
  53. 48
      app/_locales/sw/messages.json
  54. 36
      app/_locales/ta/messages.json
  55. 9
      app/_locales/te/messages.json
  56. 38
      app/_locales/th/messages.json
  57. 29
      app/_locales/tr/messages.json
  58. 48
      app/_locales/uk/messages.json
  59. 30
      app/_locales/vi/messages.json
  60. 46
      app/_locales/zh_CN/messages.json
  61. 44
      app/_locales/zh_TW/messages.json
  62. 3
      app/images/broken-line.svg
  63. 3
      app/images/connect-white.svg
  64. 0
      app/images/provider-approval-check.svg
  65. 2
      app/manifest.json
  66. 30
      app/scripts/background.js
  67. 141
      app/scripts/contentscript.js
  68. 2
      app/scripts/controllers/app-state.js
  69. 42
      app/scripts/controllers/detect-tokens.js
  70. 4
      app/scripts/controllers/incoming-transactions.js
  71. 16
      app/scripts/controllers/network/middleware/pending.js
  72. 8
      app/scripts/controllers/network/network.js
  73. 46
      app/scripts/controllers/onboarding.js
  74. 377
      app/scripts/controllers/permissions/index.js
  75. 169
      app/scripts/controllers/permissions/loggerMiddleware.js
  76. 90
      app/scripts/controllers/permissions/methodMiddleware.js
  77. 49
      app/scripts/controllers/permissions/permissions-safe-methods.json
  78. 20
      app/scripts/controllers/permissions/restrictedMethods.js
  79. 62
      app/scripts/controllers/preferences.js
  80. 175
      app/scripts/controllers/provider-approval.js
  81. 8
      app/scripts/controllers/recent-blocks.js
  82. 4
      app/scripts/controllers/threebox.js
  83. 20
      app/scripts/controllers/token-rates.js
  84. 110
      app/scripts/controllers/transactions/index.js
  85. 8
      app/scripts/controllers/transactions/lib/tx-state-history-helper.js
  86. 12
      app/scripts/controllers/transactions/lib/util.js
  87. 20
      app/scripts/controllers/transactions/pending-tx-tracker.js
  88. 8
      app/scripts/controllers/transactions/tx-gas-utils.js
  89. 31
      app/scripts/controllers/transactions/tx-state-manager.js
  90. 73
      app/scripts/createStandardProvider.js
  91. 28
      app/scripts/edge-encryptor.js
  92. 116
      app/scripts/inpage.js
  93. 12
      app/scripts/lib/account-tracker.js
  94. 21
      app/scripts/lib/auto-reload.js
  95. 12
      app/scripts/lib/buy-eth-url.js
  96. 4
      app/scripts/lib/cleanErrorStack.js
  97. 4
      app/scripts/lib/createDnodeRemoteGetter.js
  98. 4
      app/scripts/lib/createLoggerMiddleware.js
  99. 1
      app/scripts/lib/createOriginMiddleware.js
  100. 2
      app/scripts/lib/ens-ipfs/resolver.js
  101. Some files were not shown because too many files have changed in this diff Show More

@ -22,7 +22,6 @@ workflows:
- test-lint:
requires:
- prep-deps
- test-lint-shellcheck
- test-e2e-chrome:
requires:
- prep-deps
@ -50,7 +49,6 @@ workflows:
- all-tests-pass:
requires:
- test-lint
- test-lint-shellcheck
- test-unit
- test-unit-global
- test-mozilla-lint
@ -175,16 +173,6 @@ jobs:
name: Verify locales
command: yarn verify-locales --quiet
test-lint-shellcheck:
docker:
- image: circleci/node:10.17-browsers
steps:
- checkout
- run: sudo apt-get install shellcheck
- run:
name: Shellcheck Lint
command: yarn lint:shellcheck
test-deps:
docker:
- image: circleci/node:10.17-browsers

@ -44,19 +44,18 @@
},
"rules": {
"default-case": 2,
"import/no-unresolved": ["error", { "commonjs": true }],
"no-restricted-globals": ["error", "event"],
"accessor-pairs": 2,
"arrow-spacing": [2, { "before": true, "after": true }],
"block-spacing": [2, "always"],
"brace-style": 2,
"brace-style": [2, "1tbs", { "allowSingleLine": true }],
"camelcase": [2, { "properties": "never" }],
"comma-dangle": [2, "always-multiline"],
"comma-spacing": [2, { "before": false, "after": true }],
"comma-style": [2, "last"],
"constructor-super": 2,
"curly": 2,
"curly": [2, "multi-line"],
"dot-location": [2, "property"],
"eol-last": 2,
"eqeqeq": [2, "allow-null"],
@ -143,38 +142,17 @@
"no-useless-computed-key": 2,
"no-useless-constructor": 2,
"no-useless-escape": 2,
"no-var": 2,
"no-whitespace-before-property": 2,
"no-with": 2,
"one-var": [2, { "initialized": "never" }],
"operator-linebreak": [2, "after", { "overrides": { "?": "ignore", ":": "ignore" } }],
"padded-blocks": "off",
"quotes": [2, "single", {"avoidEscape": true, "allowTemplateLiterals": true}],
"react/no-unused-state": 2,
"react/jsx-boolean-value": 2,
"react/jsx-curly-brace-presence": [2, { "props": "never", "children": "never" }],
"react/jsx-equals-spacing": 2,
"react/no-deprecated": 0,
"react/default-props-match-prop-types": 2,
"react/jsx-closing-tag-location": 2,
"react/jsx-no-duplicate-props": 2,
"react/jsx-closing-bracket-location": 2,
"react/jsx-first-prop-new-line": 2,
"react/jsx-max-props-per-line": [2, { "maximum": 1, "when": "multiline"} ],
"react/jsx-tag-spacing": [2, {
"closingSlash": "never",
"beforeSelfClosing": "always",
"afterOpening": "never"
}],
"react/jsx-wrap-multilines": [2, {
"declaration": "parens-new-line",
"assignment": "parens-new-line",
"return": "parens-new-line",
"arrow": "parens-new-line",
"condition": "parens-new-line",
"logical": "parens-new-line",
"prop": "parens-new-line"
}],
"semi": [2, "never"],
"semi-spacing": [2, { "before": false, "after": true }],
"space-before-blocks": [2, "always"],

1
.gitattributes vendored

@ -1,4 +1,3 @@
* text=auto
CHANGELOG.md merge=union
# Reviewing the lockfile contents is an important step in verifying that

@ -2,19 +2,6 @@
## Current Develop Branch
## 7.7.0 Thu Nov 28 2019
- [#7004](https://github.com/MetaMask/metamask-extension/pull/7004): Connect distinct accounts per site
- [#7480](https://github.com/MetaMask/metamask-extension/pull/7480): Fixed link on root README.md
- [#7482](https://github.com/MetaMask/metamask-extension/pull/7482): Update Wyre ETH purchase url
- [#7484](https://github.com/MetaMask/metamask-extension/pull/7484): Ensure transactions are shown in the order they are received
- [#7491](https://github.com/MetaMask/metamask-extension/pull/7491): Update gas when token is changed on the send screen
- [#7501](https://github.com/MetaMask/metamask-extension/pull/7501): Fix accessibility of first-time-flow terms checkboxes
- [#7502](https://github.com/MetaMask/metamask-extension/pull/7502): Fix chainId for non standard networks
- [#7579](https://github.com/MetaMask/metamask-extension/pull/7579): Fix timing of DAI migration notifications after dismissal
- [#7519](https://github.com/MetaMask/metamask-extension/pull/7519): Fixing hardware connect error display
- [#7558](https://github.com/MetaMask/metamask-extension/pull/7558): Use localized messages for NotificationModal buttons
- [#7488](https://github.com/MetaMask/metamask-extension/pull/7488): Fix text overlap when expanding transaction
## 7.6.1 Tue Nov 19 2019
- [#7475](https://github.com/MetaMask/metamask-extension/pull/7475): Add 'Remind Me Later' to the Maker notification
- [#7436](https://github.com/MetaMask/metamask-extension/pull/7436): Add additional rpcUrl verification

@ -73,6 +73,6 @@ To write tests that will be run in the browser using QUnit, add your test files
- [How to add new networks to the Provider Menu](./docs/adding-new-networks.md)
- [How to port MetaMask to a new platform](./docs/porting_to_new_environment.md)
- [How to use the TREZOR emulator](./docs/trezor-emulator.md)
- [How to generate a visualization of this repository's development](./development/gource-viz.sh)
- [How to generate a visualization of this repository's development](./docs/development-visualization.md)
[1]: http://www.nomnoml.com/#view/%5B%3Cactor%3Euser%5D%0A%0A%5Bmetamask-ui%7C%0A%20%20%20%5Btools%7C%0A%20%20%20%20%20react%0A%20%20%20%20%20redux%0A%20%20%20%20%20thunk%0A%20%20%20%20%20ethUtils%0A%20%20%20%20%20jazzicon%0A%20%20%20%5D%0A%20%20%20%5Bcomponents%7C%0A%20%20%20%20%20app%0A%20%20%20%20%20account-detail%0A%20%20%20%20%20accounts%0A%20%20%20%20%20locked-screen%0A%20%20%20%20%20restore-vault%0A%20%20%20%20%20identicon%0A%20%20%20%20%20config%0A%20%20%20%20%20info%0A%20%20%20%5D%0A%20%20%20%5Breducers%7C%0A%20%20%20%20%20app%0A%20%20%20%20%20metamask%0A%20%20%20%20%20identities%0A%20%20%20%5D%0A%20%20%20%5Bactions%7C%0A%20%20%20%20%20%5BbackgroundConnection%5D%0A%20%20%20%5D%0A%20%20%20%5Bcomponents%5D%3A-%3E%5Bactions%5D%0A%20%20%20%5Bactions%5D%3A-%3E%5Breducers%5D%0A%20%20%20%5Breducers%5D%3A-%3E%5Bcomponents%5D%0A%5D%0A%0A%5Bweb%20dapp%7C%0A%20%20%5Bui%20code%5D%0A%20%20%5Bweb3%5D%0A%20%20%5Bmetamask-inpage%5D%0A%20%20%0A%20%20%5B%3Cactor%3Eui%20developer%5D%0A%20%20%5Bui%20developer%5D-%3E%5Bui%20code%5D%0A%20%20%5Bui%20code%5D%3C-%3E%5Bweb3%5D%0A%20%20%5Bweb3%5D%3C-%3E%5Bmetamask-inpage%5D%0A%5D%0A%0A%5Bmetamask-background%7C%0A%20%20%5Bprovider-engine%5D%0A%20%20%5Bhooked%20wallet%20subprovider%5D%0A%20%20%5Bid%20store%5D%0A%20%20%0A%20%20%5Bprovider-engine%5D%3C-%3E%5Bhooked%20wallet%20subprovider%5D%0A%20%20%5Bhooked%20wallet%20subprovider%5D%3C-%3E%5Bid%20store%5D%0A%20%20%5Bconfig%20manager%7C%0A%20%20%20%20%5Brpc%20configuration%5D%0A%20%20%20%20%5Bencrypted%20keys%5D%0A%20%20%20%20%5Bwallet%20nicknames%5D%0A%20%20%5D%0A%20%20%0A%20%20%5Bprovider-engine%5D%3C-%5Bconfig%20manager%5D%0A%20%20%5Bid%20store%5D%3C-%3E%5Bconfig%20manager%5D%0A%5D%0A%0A%5Buser%5D%3C-%3E%5Bmetamask-ui%5D%0A%0A%5Buser%5D%3C%3A--%3A%3E%5Bweb%20dapp%5D%0A%0A%5Bmetamask-contentscript%7C%0A%20%20%5Bplugin%20restart%20detector%5D%0A%20%20%5Brpc%20passthrough%5D%0A%5D%0A%0A%5Brpc%20%7C%0A%20%20%5Bethereum%20blockchain%20%7C%0A%20%20%20%20%5Bcontracts%5D%0A%20%20%20%20%5Baccounts%5D%0A%20%20%5D%0A%5D%0A%0A%5Bweb%20dapp%5D%3C%3A--%3A%3E%5Bmetamask-contentscript%5D%0A%5Bmetamask-contentscript%5D%3C-%3E%5Bmetamask-background%5D%0A%5Bmetamask-background%5D%3C-%3E%5Bmetamask-ui%5D%0A%5Bmetamask-background%5D%3C-%3E%5Brpc%5D%0A

@ -1,16 +1,28 @@
{
"privacyModeDefault": {
"message": "የግላዊነት ኩነት አሁን በንቡር ነቅቷል"
},
"chartOnlyAvailableEth": {
"message": "ቻርት የሚገኘው በ Ethereum አውታረ መረቦች ላይ ብቻ ነው።"
},
"confirmClear": {
"message": "የተፈቀዱ ድረ ገጾችን ለማጥራት እንደሚፈልጉ እርግጠኛ ነዎት?"
},
"contractInteraction": {
"message": "የግንኙነት ተግባቦት"
},
"clearApprovalData": {
"message": "የግላዊነት ውሂብን አጥራ"
},
"reject": {
"message": "አይቀበሉ"
},
"likeToConnect": {
"providerRequest": {
"message": "$1ከመለያዎ ጋር ለመገናኘት ይፈልጋል"
},
"providerRequestInfo": {
"message": "ይህ ድረ ገጽ የእርስዎን መለያ ወቅታዊ አድራሻ ለማየት እየጠየቀ ነው። ምንጊዜም ግንኙነት የሚያደርጉባቸውን ድረ ገጾች የሚያምኗቸው መሆኑን ያረጋግጡ።"
},
"about": {
"message": "ስለ"
},
@ -145,6 +157,10 @@
"basic": {
"message": "መሠረታዊ"
},
"betweenMinAndMax": {
"message": "ከ$1መብለጥ ወይም እኩል እና ከ$2በታች ወይም እኩል መሆን አለበት።",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "ኤክስፕሎረር አግድ"
},
@ -236,6 +252,9 @@
"connect": {
"message": "ይገናኙ"
},
"connectRequest": {
"message": "የግንኙነት ጥያቄ"
},
"connectingTo": {
"message": "ከ $1ጋር መገናኘት"
},
@ -275,6 +294,9 @@
"copiedExclamation": {
"message": "ተቀድቷል"
},
"copy": {
"message": "ቅዳ"
},
"copyAddress": {
"message": "አድራሻን ወደ ቅንጥብ ሰሌዳ ቅዳ"
},
@ -353,6 +375,9 @@
"directDepositEtherExplainer": {
"message": "ቀደም ሲል የተወሰነ Ether ካለዎት፣ በአዲሱ ቋትዎ Ether ለማግኘት ፈጣኑ መንገድ ቀጥተኛ ተቀማጭ ነው።"
},
"dismiss": {
"message": "አሰናብት"
},
"done": {
"message": "ተጠናቅቋል"
},
@ -518,6 +543,10 @@
"getStarted": {
"message": "አስጀማሪ መመሪያ"
},
"greaterThanMin": {
"message": "ከ $1ጋር እኩል መሆን ወይም መብለጥ አለበት።",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "እርስዎን በማየታችን ደስተኛ ነን።"
},
@ -636,6 +665,10 @@
"ledgerAccountRestriction": {
"message": "አዲስ መለያ ከማከልዎ በፊት የመጨረሻውን መለያዎን መጠቀም አለብዎት።"
},
"lessThanMax": {
"message": "ከ $1ያነሰ ወይም እኩል መሆን አለበት።",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "አዎ፣ እናደራጅ!"
},
@ -834,6 +867,9 @@
"message": "የግል ቁልፍዎን ሕብረ ቁምፊ እዚህ ለጥፍ፡",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "የዘር ሐረግዎን እዚህ ይለጥፉ!"
},
"pending": {
"message": "በእንጥልጥል ላይ ያለ"
},
@ -1147,6 +1183,9 @@
"storePhrase": {
"message": "ይህን ሐረግ እንደ 1Password ባለ የይለፍ ቃል አስተዳዳሪ ውስጥ ያስቀምጡ።"
},
"submit": {
"message": "አስገባ"
},
"submitted": {
"message": "የቀረበ"
},
@ -1314,6 +1353,9 @@
"userName": {
"message": "የተጣቃሚ ስም"
},
"validFileImport": {
"message": "የሚያስመጡትን ትክክለኛ ፋይል መምረጥ አለብዎ፡"
},
"viewAccount": {
"message": "መለያን ይመልከቱ"
},

@ -1,16 +1,28 @@
{
"privacyModeDefault": {
"message": "يتم تمكين وضع الخصوصية الآن بشكل افتراضي"
},
"chartOnlyAvailableEth": {
"message": "الرسم البياني متاح فقط على شبكات إيثيريوم."
},
"confirmClear": {
"message": "هل أنت متأكد من أنك تريد مسح المواقع المعتمدة؟"
},
"contractInteraction": {
"message": "التفاعل على العقد"
},
"clearApprovalData": {
"message": "مسح بيانات الخصوصية"
},
"reject": {
"message": "رفض"
},
"likeToConnect": {
"providerRequest": {
"message": "يرغب $1 في الاتصال بحسابك"
},
"providerRequestInfo": {
"message": "يطلب هذا الموقع حق الوصول لعرض عنوان حسابك الحالي. تأكد دائماً من ثقتك في المواقع التي تتفاعل معها."
},
"about": {
"message": "حول"
},
@ -145,6 +157,10 @@
"basic": {
"message": "الأساسية"
},
"betweenMinAndMax": {
"message": "يجب أن تكون أكبر من أو تساوي $1 وأقل من أو تساوي $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "متصفح Block Explorer"
},
@ -236,6 +252,9 @@
"connect": {
"message": "اتصال"
},
"connectRequest": {
"message": "طلب اتصال"
},
"connectingTo": {
"message": "جارِ الاتصال بـ $1"
},
@ -275,6 +294,9 @@
"copiedExclamation": {
"message": "تم النسخ."
},
"copy": {
"message": "نسخ"
},
"copyAddress": {
"message": "نسخ العنوان إلى الحافظة"
},
@ -353,6 +375,9 @@
"directDepositEtherExplainer": {
"message": "إذا كان لديك بالفعل بعض الأثير، فإن أسرع طريقة للحصول على الأثير في محفظتك الجديدة عن طريق الإيداع المباشر."
},
"dismiss": {
"message": "رفض"
},
"done": {
"message": "تم"
},
@ -514,6 +539,10 @@
"getStarted": {
"message": "البدء"
},
"greaterThanMin": {
"message": "يجب أن يكون أكبر من أو يساوي $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "نحن سعداء برؤيتك."
},
@ -629,6 +658,10 @@
"ledgerAccountRestriction": {
"message": "أنت بحاجة إلى استخدام حسابك الأخير قبل أن تتمكن من إضافة حساب جديد."
},
"lessThanMax": {
"message": "يجب أن يكون أقل من أو يساوي $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "نعم، دعنا نبدأ التثبيت!"
},
@ -830,6 +863,9 @@
"message": "الصق مقطع مفتاحك الخاص هنا:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "قم بلصق عبارة الأمان الخاصة بك هنا!"
},
"pending": {
"message": "قيد الانتظار"
},
@ -1143,6 +1179,9 @@
"storePhrase": {
"message": "احتفظ بهذه الجملة في مدير كلمات مرور مثل 1Password."
},
"submit": {
"message": "إرسال"
},
"submitted": {
"message": "المقدمة"
},
@ -1310,6 +1349,9 @@
"userName": {
"message": "اسم المستخدم"
},
"validFileImport": {
"message": "يجب عليك تحديد ملف صالح للاستيراد."
},
"viewAccount": {
"message": "عرض حساب"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "Режимът на поверителност вече е активиран по подразбиране"
},
"chartOnlyAvailableEth": {
"message": "Диаграмата е достъпна само в мрежи на Ethereum."
},
"confirmClear": {
"message": "Сигурни ли сте, че искате да изчистите одобрените уебсайтове?"
},
"contractInteraction": {
"message": "Взаимодействие с договор"
},
"clearApprovalData": {
"message": "Изчистване на данните за поверителност"
},
"reject": {
"message": "Отхвърляне"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 би искал да се свърже с вашия акаунт"
},
"providerRequestInfo": {
"message": "Този сайт иска достъп за преглед на адреса на текущия ви акаунт. Винаги се уверявайте, че се доверявате на сайтовете, с които взаимодействате."
},
"about": {
"message": "Информация"
},
"aboutSettingsDescription": {
"message": "Версия, център за поддръжка и информация за контакт"
"message": "Версия, център за поддръжка и информация за контакт."
},
"acceleratingATransaction": {
"message": "* Ускоряването на транзакция чрез използване на по-висока цена на газа увеличава шансовете й да се обработва по-бързо от мрежата, но това не винаги е гарантирано."
@ -51,7 +63,7 @@
"message": "Разширени"
},
"advancedSettingsDescription": {
"message": "Достъп до функции за разработчици, изтегляйте дневници, нулиране на акаунта, тестови мрежи за настройка и персонализиран RPC"
"message": "Достъп до функции за разработчици, изтегляйте дневници, нулиране на акаунта, тестови мрежи за настройка и персонализиран RPC."
},
"advancedOptions": {
"message": "Разширени опции"
@ -145,6 +157,10 @@
"basic": {
"message": "Основни"
},
"betweenMinAndMax": {
"message": "трябва да бъде по-голям или равен на $1 и по-малък или равен на $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Блокиране на Explorer"
},
@ -236,6 +252,9 @@
"connect": {
"message": "Свързване"
},
"connectRequest": {
"message": "Свържете заявка"
},
"connectingTo": {
"message": "Свързване с $1"
},
@ -275,6 +294,9 @@
"copiedExclamation": {
"message": "Копирано!"
},
"copy": {
"message": "Копиране"
},
"copyAddress": {
"message": "Копирайте адреса в клипборда"
},
@ -353,6 +375,9 @@
"directDepositEtherExplainer": {
"message": "Ако вече имате някакъв етер, най-бързият начин да получите етер в новия си портфейл е чрез директен депозит."
},
"dismiss": {
"message": "Отхвърляне"
},
"done": {
"message": "Готово"
},
@ -514,6 +539,10 @@
"getStarted": {
"message": "Първи стъпки"
},
"greaterThanMin": {
"message": "трябва да бъде по-голяма или равна на $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Радваме се да Ви видим."
},
@ -632,6 +661,10 @@
"ledgerAccountRestriction": {
"message": "Трябва да използвате последния си акаунт, преди да можете да добавите нов."
},
"lessThanMax": {
"message": "трябва да бъде по-малко или равно на $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Да, нека да настроим нещата!"
},
@ -833,6 +866,9 @@
"message": "Поставете низ от личния си ключ тук:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Поставете тук ключовата си фраза!"
},
"pending": {
"message": "в изчакване"
},
@ -1146,6 +1182,9 @@
"storePhrase": {
"message": "Съхранявайте тази фраза в мениджър на пароли като 1Password."
},
"submit": {
"message": "Изпращане"
},
"submitted": {
"message": "Изпратен"
},
@ -1313,6 +1352,9 @@
"userName": {
"message": "Потребителско име"
},
"validFileImport": {
"message": "Трябва да изберете валиден файл, който да импортирате."
},
"viewAccount": {
"message": "Преглед на профила"
},

@ -1,16 +1,28 @@
{
"privacyModeDefault": {
"message": "গপনয়তর মড এখন ডিফলট হি সকিয় কর আছ"
},
"chartOnlyAvailableEth": {
"message": "শর Ethereum নটওয়কগিট উপলভয। "
},
"confirmClear": {
"message": "আপনিি অনিত ওয়বসইটগি পরির করর বিষয়িিত?"
},
"contractInteraction": {
"message": "কনট বপ"
},
"clearApprovalData": {
"message": "গপনয়তর ড পরির করন"
},
"reject": {
"message": "পরতন"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 আপনর অউনর সগ করতয়"
},
"providerRequestInfo": {
"message": "এই সইটটি আপনর বরতমন অউনর ঠির অর জনয অনধ জ। সবসময় নিিত হয়ন য আপনিইটর সগ করছন সিিসযয কি।"
},
"about": {
"message": "সমপর"
},
@ -145,6 +157,10 @@
"basic": {
"message": "পথমিক"
},
"betweenMinAndMax": {
"message": "অবশযই $1 এর বড় ব সমন এব $2 এর ছ সমন হত হব।",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "একসপর বলক করন"
},
@ -236,6 +252,9 @@
"connect": {
"message": "সত করন"
},
"connectRequest": {
"message": "সর অনধ"
},
"connectingTo": {
"message": " $1 এর সগ করছ"
},
@ -275,6 +294,9 @@
"copiedExclamation": {
"message": "কপি কর হয়!"
},
"copy": {
"message": "অনিি"
},
"copyAddress": {
"message": "কিপবি কপি করন"
},
@ -353,6 +375,9 @@
"directDepositEtherExplainer": {
"message": "আপনর ইতিমধি ইথর থকল আপনর নতন ওয় ইথর পওয়র দততম উপয় হল সরসরি জম কর।"
},
"dismiss": {
"message": "খিজ"
},
"done": {
"message": "সমপনন "
},
@ -518,6 +543,10 @@
"getStarted": {
"message": "শ করন"
},
"greaterThanMin": {
"message": "অবশযই $1 এর থ বড় ব সমন হত হব।",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "আপন আমর আননিত।"
},
@ -636,6 +665,10 @@
"ledgerAccountRestriction": {
"message": "একটি নতন অউনট যগ করর আগ আপন আপনর শষ অউনট বযবহর করলত হব।"
},
"lessThanMax": {
"message": "অবশযই $1 এর থ কম ব সমন হত হব।",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "হ, তহলট আপ করওয়ক!"
},
@ -837,6 +870,9 @@
"message": "আপনর গপনয় কি এখট করন:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "আপনর সড ফজ এখট করন!"
},
"pending": {
"message": "বি"
},
@ -1150,6 +1186,9 @@
"storePhrase": {
"message": "এই বশটি 1Password এর মত একটিসওয়ড পরিলকরকষণ করন। "
},
"submit": {
"message": "জমিন"
},
"submitted": {
"message": "জম কর হয়"
},
@ -1317,6 +1356,9 @@
"userName": {
"message": "ইউজরনম"
},
"validFileImport": {
"message": "আমদি করর জনয আপন অবশযই একটিধ ফইল নিচন করত হব।"
},
"viewAccount": {
"message": "আউনট দন"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "El mode de privacitat ara està activat per defecte"
},
"chartOnlyAvailableEth": {
"message": "Mostra només els disponibles a les xarxes Ethereum."
},
"confirmClear": {
"message": "Estàs segur que vols eliminar totes les pàgines web aprovades?"
},
"contractInteraction": {
"message": "Contractar Interacció"
},
"clearApprovalData": {
"message": "Elimina les dades de privacitat"
},
"reject": {
"message": "Rebutja"
},
"likeToConnect": {
"providerRequest": {
"message": "a $1 li agradaria connectar-se al teu compte"
},
"providerRequestInfo": {
"message": "Aquesta pàgina està demanant accès a la teva adreça"
},
"about": {
"message": "Informació"
},
"aboutSettingsDescription": {
"message": "Versió, centre de suport, i informació de contacte"
"message": "Versió, centre de suport, i informació de contacte."
},
"acceleratingATransaction": {
"message": "* Accelerar una transacció utilitzant un preu de gas més alt augmenta les possibilitats de ser processat més ràpidament per la xarxa, però no sempre es pot garantir."
@ -51,7 +63,7 @@
"message": "Configuració avançada"
},
"advancedSettingsDescription": {
"message": "Accedeix a característiques de desenvolupador, descarrega Registres d'Estat, Reinicia el Compte, instal·la testnets i personalitza RPC"
"message": "Accedeix a característiques de desenvolupador, descarrega Registres d'Estat, Reinicia el Compte, instal·la testnets i personalitza RPC."
},
"advancedOptions": {
"message": "Opcions Avançades"
@ -145,6 +157,10 @@
"basic": {
"message": "Opcions bàsiques"
},
"betweenMinAndMax": {
"message": "ha de ser igual o superior a $1 i menor o igual a $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Bloqueja l'explorador"
},
@ -233,6 +249,9 @@
"connect": {
"message": "Connecta"
},
"connectRequest": {
"message": "Sol·licitud de connexió"
},
"connectingTo": {
"message": "Connectant a $1 "
},
@ -272,6 +291,9 @@
"copiedExclamation": {
"message": "S'ha copiat!"
},
"copy": {
"message": "Copia"
},
"copyAddress": {
"message": "Copiar adreça al porta-retalls"
},
@ -350,6 +372,9 @@
"directDepositEtherExplainer": {
"message": "Si ja tens una mica d'Ether, la manera més ràpida de posar Ether al teu nou moneder és per dipòsit directe."
},
"dismiss": {
"message": "Omet"
},
"done": {
"message": "Fet"
},
@ -508,6 +533,10 @@
"getStarted": {
"message": "Comença"
},
"greaterThanMin": {
"message": "ha de ser major o igual a $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Ens alegrem de veure't."
},
@ -620,6 +649,10 @@
"ledgerAccountRestriction": {
"message": "Has de fer servir el teu últim compte abans de poder afegir-ne un altre."
},
"lessThanMax": {
"message": "ha de ser igual o menor a $1 .",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Sí, posem-nos en marxa!"
},
@ -669,7 +702,7 @@
"message": "Conectant-te a Ethereum i la web descentralitzada."
},
"metamaskSeedWords": {
"message": "Frase de recuperació de MetaMask"
"message": "Frase de recuperació de Metamask"
},
"metamaskVersion": {
"message": "Versió MetaMask"
@ -821,6 +854,9 @@
"message": "Enganxa la teva cadena clau privada aquí:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Enganxa la teva frase de seeds aquí!"
},
"pending": {
"message": "pendent"
},
@ -1128,6 +1164,9 @@
"storePhrase": {
"message": "Guarda aquesta frase a un gestor de contrasenyes com Contrasenya 1"
},
"submit": {
"message": "Envia"
},
"submitted": {
"message": "Enviat"
},
@ -1286,6 +1325,9 @@
"userName": {
"message": "Nom d'usuari"
},
"validFileImport": {
"message": "Has de seleccionar un arxiu vàlid per a importar."
},
"viewAccount": {
"message": "Mostra el compte"
},

@ -1,7 +1,16 @@
{
"confirmClear": {
"message": "Naozaj chcete vymazať schválené webové stránky?"
},
"clearApprovalData": {
"message": "Jasné údaje o schválení"
},
"reject": {
"message": "Odmítnout"
},
"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ě."
},
"account": {
"message": "Účet"
},
@ -49,6 +58,10 @@
"balanceIsInsufficientGas": {
"message": "Nedostatek prostředků pro aktuální množství paliva"
},
"betweenMinAndMax": {
"message": "musí být větší nebo roven $1 a menší nebo roven $2.",
"description": "helper for inputting hex as decimal input"
},
"blockiesIdenticon": {
"message": "Použít Blockies Identicon"
},
@ -100,6 +113,9 @@
"copiedExclamation": {
"message": "Zkopírováno!"
},
"copy": {
"message": "Kopírovat"
},
"copyToClipboard": {
"message": "Kopírovat do schránky"
},
@ -211,6 +227,10 @@
"message": "Získejte Ether z faucetu za $1.",
"description": "Displays network name for Ether faucet"
},
"greaterThanMin": {
"message": "musí být větší nebo roven $1.",
"description": "helper for inputting hex as decimal input"
},
"here": {
"message": "zde",
"description": "as in -click here- for more information (goes with troubleTokenBalances)"
@ -265,6 +285,10 @@
"learnMore": {
"message": "Zjistěte více."
},
"lessThanMax": {
"message": "musí být menší nebo roven $1.",
"description": "helper for inputting hex as decimal input"
},
"likeToAddTokens": {
"message": "Chcete přidat tyto tokeny?"
},
@ -343,6 +367,9 @@
"message": "Vložte zde svůj privátní klíč:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Svou klíčovou frázi vložte zde!"
},
"personalAddressDetected": {
"message": "Detekována osobní adresa. Zadejte adresu kontraktu tokenu."
},
@ -449,6 +476,9 @@
"stateLogError": {
"message": "Chyba během získávání stavových protokolů."
},
"submit": {
"message": "Odeslat"
},
"submitted": {
"message": "Odesláno"
},
@ -505,6 +535,9 @@
"usedByClients": {
"message": "Používána různými klienty"
},
"validFileImport": {
"message": "Musíte vybrat validní soubor k importu."
},
"viewAccount": {
"message": "Zobrazit účet"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "Privatlivstilstand er nu som udgangspunkt aktiveret"
},
"chartOnlyAvailableEth": {
"message": "Skema kun tilgængeligt på Ethereum-netværk."
},
"confirmClear": {
"message": "Er du sikker på, at du vil rydde godkendte hjemmesider?"
},
"contractInteraction": {
"message": "Kontraktinteraktion"
},
"clearApprovalData": {
"message": "Ryd fortrolighedsdata"
},
"reject": {
"message": "Afvis"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 ønsker at forbinde til din konto"
},
"providerRequestInfo": {
"message": "Denne side anmoder om at se din nuværende kontoadresse. Sørg altid for, at du stoler på de sider du interagerer med."
},
"about": {
"message": "Om"
},
"aboutSettingsDescription": {
"message": "Version, supportcenter og kontaktinformation"
"message": "Version, supportcenter og kontaktinformation."
},
"acceleratingATransaction": {
"message": "* At gøre din transaktion hurtigere ved at bruge en højere Gas-priser, øger dennes chancer for at blive behandlet af netværket hurtigere, men det er ikke altid garanteret."
@ -51,7 +63,7 @@
"message": "Avanceret"
},
"advancedSettingsDescription": {
"message": "Få adgang til udviklerfunktioner, hent tilstandslogs, nulstil konto, opsæt testnetværk og brugerdefineret RPC"
"message": "Få adgang til udviklerfunktioner, hent tilstandslogs, nulstil konto, opsæt testnetværk og brugerdefineret RPC."
},
"advancedOptions": {
"message": "Avancerede Valgmuligheder"
@ -145,6 +157,10 @@
"basic": {
"message": "Grundlæggende oplysninger"
},
"betweenMinAndMax": {
"message": "skal være større end eller lig med $1 og mindre end eller lig med $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Block-udforsker"
},
@ -236,6 +252,9 @@
"connect": {
"message": "Få forbindelse"
},
"connectRequest": {
"message": "Tilslutningsanmodning"
},
"connectingTo": {
"message": "Forbinder til $1"
},
@ -275,6 +294,9 @@
"copiedExclamation": {
"message": "Kopieret!"
},
"copy": {
"message": "Kopiér"
},
"copyAddress": {
"message": "Kopier adresse til udklipsholder"
},
@ -353,6 +375,9 @@
"directDepositEtherExplainer": {
"message": "Hvis du allerede har Ether, er den hurtigste måde at få Ether i din nye tegnebog ved direkte indbetaling."
},
"dismiss": {
"message": "Luk"
},
"done": {
"message": "Færdig"
},
@ -514,6 +539,10 @@
"getStarted": {
"message": "Kom godt i gang"
},
"greaterThanMin": {
"message": "skal være større end eller lig med $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Vi er glade for at se dig."
},
@ -629,6 +658,10 @@
"ledgerAccountRestriction": {
"message": "Du skal benytte din tidligere konto, før du kan tilføje en ny."
},
"lessThanMax": {
"message": "skal være mindre end eller lig med $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Ja, lad os komme i gang!"
},
@ -815,6 +848,9 @@
"message": "Indsæt din private nøglestreng her:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Indsæt din seed-sætning her!"
},
"pending": {
"message": "afventer"
},
@ -1125,6 +1161,9 @@
"storePhrase": {
"message": "Gem denne sætning i en adgangskodeadministrator som 1Password."
},
"submit": {
"message": "Indsend"
},
"submitted": {
"message": "Indsendt"
},
@ -1283,6 +1322,9 @@
"userName": {
"message": "Brugernavn"
},
"validFileImport": {
"message": "Du skal vælge en gyldig fil at importere."
},
"viewAccount": {
"message": "Vis konto"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "Der Datenschutzmodus ist jetzt standardmäßig aktiviert"
},
"chartOnlyAvailableEth": {
"message": "Die Grafik ist nur in Ethereum-Netzwerken verfügbar."
},
"confirmClear": {
"message": "Möchten Sie die genehmigten Websites wirklich löschen?"
},
"contractInteraction": {
"message": "Vertragsinteraktion"
},
"clearApprovalData": {
"message": "Genehmigungsdaten löschen"
},
"reject": {
"message": "Ablehnen"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 möchte sich mit deinem Account verbinden"
},
"providerRequestInfo": {
"message": "Diese Website fordert Zugriff auf Ihre aktuelle Kontoadresse. Stellen Sie immer sicher, dass Sie den Websites vertrauen, mit denen Sie interagieren."
},
"about": {
"message": "Über"
},
"aboutSettingsDescription": {
"message": "Version, Supportcenter und Kontaktinformationen"
"message": "Version, Supportcenter und Kontaktinformationen."
},
"acceleratingATransaction": {
"message": "* Die Beschleunigung einer Transaktion durch die Verwendung eines höheren Gaspreises erhöht die Chancen einer schnelleren Verarbeitung durch das Netz, wofür es allerdings keine Garantie gibt."
@ -48,7 +60,7 @@
"message": "Erweitert"
},
"advancedSettingsDescription": {
"message": "Zugriff auf Entwicklerfunktionen, Download von Statusprotokollen, Zurücksetzen des Kontos, Einrichten von Testnetzen und benutzerdefinierten RPCs"
"message": "Zugriff auf Entwicklerfunktionen, Download von Statusprotokollen, Zurücksetzen des Kontos, Einrichten von Testnetzen und benutzerdefinierten RPCs."
},
"advancedOptions": {
"message": "Erweiterte Optionen"
@ -142,6 +154,10 @@
"basic": {
"message": "Grundlegend"
},
"betweenMinAndMax": {
"message": "Muss größer oder gleich $1 und kleiner oder gleich $2 sein.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Block-Explorer"
},
@ -224,6 +240,9 @@
"connect": {
"message": "Verbinden"
},
"connectRequest": {
"message": "Verbindungsanfrage"
},
"connectingTo": {
"message": "Verbindung mit $1 wird hergestellt"
},
@ -263,6 +282,9 @@
"copiedExclamation": {
"message": "Kopiert!"
},
"copy": {
"message": "Kopieren"
},
"copyAddress": {
"message": "Adresse in die Zwischenablage kopieren"
},
@ -338,6 +360,9 @@
"directDepositEtherExplainer": {
"message": "Wenn du bereits Ether besitzt, ist die sofortige Einzahlung die schnellste Methode Ether in deine neue Wallet zu bekommen."
},
"dismiss": {
"message": "Schließen"
},
"done": {
"message": "Fertig"
},
@ -503,6 +528,10 @@
"getStarted": {
"message": "Erste Schritte"
},
"greaterThanMin": {
"message": "Muss größer oder gleich $1 sein.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Wir freuen uns, Sie zu sehen."
},
@ -618,6 +647,10 @@
"ledgerAccountRestriction": {
"message": "Sie müssen Ihr letztes Konto verwenden, ehe Sie ein neues hinzufügen können."
},
"lessThanMax": {
"message": "Muss kleiner oder gleich $1 sein.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Ja, legen wir los!"
},
@ -807,6 +840,9 @@
"message": "Füge deine Private Key Zeichenfolge hier ein:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Füge deine Seed-Wörterfolge hier ein!"
},
"pending": {
"message": "ausstehend"
},
@ -1116,6 +1152,9 @@
"storePhrase": {
"message": "Speichern Sie diesen Schlüssel in einem Passwortmanager wie 1Password."
},
"submit": {
"message": "Einreichen"
},
"submitted": {
"message": "Abgeschickt"
},
@ -1274,6 +1313,9 @@
"userName": {
"message": "Nutzername"
},
"validFileImport": {
"message": "Du musst eine gültige Datei für den Import auswählen."
},
"viewAccount": {
"message": " Account einsehen"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "Η Λειτουργία Απορρήτου είναι πλέον ενεργοποιημένη από προεπιλογή"
},
"chartOnlyAvailableEth": {
"message": "Το διάγραμμα είναι διαθέσιμο μόνο σε δίκτυα Ethereum."
},
"confirmClear": {
"message": "Είστε βέβαιοι ότι θέλετε να διαγράψετε τους εγκεκριμένους ιστότοπους;"
},
"contractInteraction": {
"message": "Αλληλεπίδραση Σύμβασης"
},
"clearApprovalData": {
"message": "Εκκαθάριση Δεδομένων Απορρήτου"
},
"reject": {
"message": "Απόρριψη"
},
"likeToConnect": {
"providerRequest": {
"message": "Αίτημα σύνδεσης στον λογαριασμό σας από $1"
},
"providerRequestInfo": {
"message": "Ο ιστότοπος ζητά πρόσβαση για προβολή της τρέχουσας διεύθυνσης του λογαριασμού σας. Να σιγουρεύεστε πάντα ότι εμπιστεύεστε τους ιστότοπους με τους οποίους αλληλεπιδράτε."
},
"about": {
"message": "Σχετικά με"
},
"aboutSettingsDescription": {
"message": "Έκδοση, κέντρο υποστήριξης και πληροφορίες επικοινωνίας"
"message": "Έκδοση, κέντρο υποστήριξης και πληροφορίες επικοινωνίας."
},
"acceleratingATransaction": {
"message": "* Η επιτάχυνση μιας συναλλαγής με τη χρήση υψηλότερης τιμής καυσίμου αυξάνει τις πιθανότητές της για ταχύτερη επεξεργασία από το δίκτυο, αλλά δεν είναι πάντοτε εγγυημένη."
@ -51,7 +63,7 @@
"message": "Σύνθετες"
},
"advancedSettingsDescription": {
"message": "Αποκτήστε πρόσβαση στις λειτουργίες του προγραμματιστή, κατεβάστε Αρχεία Καταγραφών Καταστάσεων, Επαναφέρετε τον Λογαριασμό, εγκαταστήστε δοκιμαστικά δίκτυα και προσαρμοσμένα RPC"
"message": "Αποκτήστε πρόσβαση στις λειτουργίες του προγραμματιστή, κατεβάστε Αρχεία Καταγραφών Καταστάσεων, Επαναφέρετε τον Λογαριασμό, εγκαταστήστε δοκιμαστικά δίκτυα και προσαρμοσμένα RPC."
},
"advancedOptions": {
"message": "Σύνθετες Επιλογές"
@ -145,6 +157,10 @@
"basic": {
"message": "Βασικά"
},
"betweenMinAndMax": {
"message": "πρέπει να είναι μεγαλύτερο ή ίσο με $1 και μικρότερο ή ίσο με $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Εξερευνητής Μπλοκ"
},
@ -233,6 +249,9 @@
"connect": {
"message": "Σύνδεση"
},
"connectRequest": {
"message": "Αίτημα Σύνδεσης"
},
"connectingTo": {
"message": "Σύνδεση με $1"
},
@ -272,6 +291,9 @@
"copiedExclamation": {
"message": "Έγινε αντιγραφή!"
},
"copy": {
"message": "Αντιγραφή"
},
"copyAddress": {
"message": "Αντιγράψτε τη διεύθυνση στο πρόχειρο"
},
@ -350,6 +372,9 @@
"directDepositEtherExplainer": {
"message": "Αν έχετε ήδη κάποια Ether, ο πιο γρήγορος τρόπος για να πάρετε τα Ether στο νέο σας πορτοφόλι με άμεση κατάθεση."
},
"dismiss": {
"message": "Παράβλεψη"
},
"done": {
"message": "Τέλος"
},
@ -515,6 +540,10 @@
"getStarted": {
"message": "Έναρξη"
},
"greaterThanMin": {
"message": "πρέπει να είναι μεγαλύτερο ή ίσο με $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Χαιρόμαστε που σας βλέπουμε."
},
@ -633,6 +662,10 @@
"ledgerAccountRestriction": {
"message": "Πρέπει να χρησιμοποιήσετε τον τελευταίο σας λογαριασμό πριν προσθέσετε έναν νέο."
},
"lessThanMax": {
"message": "πρέπει να είναι μικρότερο από ή ίσο με $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Ναι, ας το εγκαταστήσουμε!"
},
@ -834,6 +867,9 @@
"message": "Επικολλήστε τη συμβολοσειρά ιδιωτικού κλειδιού εδώ:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Επικολλήστε τη φράση επαναφοράς σας εδώ!"
},
"pending": {
"message": "σε εκκρεμότητα"
},
@ -1147,6 +1183,9 @@
"storePhrase": {
"message": "Αποθηκεύστε αυτήν τη φράση σε έναν διαχειριστή κωδικών πρόσβασης όπως το 1Password."
},
"submit": {
"message": "Υποβολή"
},
"submitted": {
"message": "Υποβλήθηκε"
},
@ -1311,6 +1350,9 @@
"userName": {
"message": "Όνομα χρήστη"
},
"validFileImport": {
"message": "Πρέπει να επιλέξετε έναν έγκυρο φάκελο για εισαγωγή."
},
"viewAccount": {
"message": "Προβολή λογαριασμού"
},

@ -14,39 +14,53 @@
"showIncomingTransactionsDescription": {
"message": "Select this to use Etherscan to show incoming transactions in the transactions list"
},
"cancelledConnectionWithMetaMask": {
"message": "Cancelled Connection With MetaMask"
},
"chartOnlyAvailableEth": {
"message": "Chart only available on Ethereum networks."
},
"connectedSites": {
"message": "Connected Sites"
"confirmClear": {
"message": "Are you sure you want to clear approved websites?"
},
"connections": {
"message": "Connections"
},
"connectionsSettingsDescription": {
"message": "Sites allowed to read your accounts"
},
"addSite": {
"message": "Add Site"
},
"connectingWithMetaMask": {
"message": "Connecting With MetaMask..."
"addSiteDescription": {
"message": "Manually add a site to allow it access to your accounts, useful for older dapps"
},
"connectTo": {
"message": "Connect to $1",
"description": "$1 is the name/origin of a site/dapp that the user can connect to metamask"
"connected": {
"message": "Connected"
},
"chooseAnAcount": {
"message": "Choose an account"
"connectedDescription": {
"message": "The list of sites allowed access to your addresses"
},
"privacyModeDefault": {
"message": "Privacy Mode is now enabled by default"
},
"contractInteraction": {
"message": "Contract Interaction"
},
"clearApprovalData": {
"message": "Remove all sites"
},
"reject": {
"message": "Reject"
},
"redirectingBackToDapp": {
"message": "Redirecting back to dapp..."
"providerRequest": {
"message": "$1 would like to connect to your account"
},
"providerRequestInfo": {
"message": "This site is requesting access to view your current account address. Always make sure you trust the sites you interact with."
},
"about": {
"message": "About"
},
"aboutSettingsDescription": {
"message": "Version, support center, and contact info"
"message": "Version, support center, and contact info."
},
"acceleratingATransaction": {
"message": "* Accelerating a transaction by using a higher gas price increases its chances of getting processed by the network faster, but it is not always guaranteed."
@ -86,7 +100,7 @@
"message": "Advanced"
},
"advancedSettingsDescription": {
"message": "Access developer features, download State Logs, Reset Account, setup testnets and custom RPC"
"message": "Access developer features, download State Logs, Reset Account, setup testnets and custom RPC."
},
"advancedOptions": {
"message": "Advanced Options"
@ -191,6 +205,10 @@
"basic": {
"message": "Basic"
},
"betweenMinAndMax": {
"message": "must be greater than or equal to $1 and less than or equal to $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Block Explorer"
},
@ -291,6 +309,9 @@
"connect": {
"message": "Connect"
},
"connectRequest": {
"message": "Connect Request"
},
"connectingTo": {
"message": "Connecting to $1"
},
@ -336,6 +357,9 @@
"copiedExclamation": {
"message": "Copied!"
},
"copy": {
"message": "Copy"
},
"copyAddress": {
"message": "Copy address to clipboard"
},
@ -414,36 +438,14 @@
"details": {
"message": "Details"
},
"disconnectAccount": {
"message": "Disconnect account"
},
"disconnectAll": {
"message": "Disconnect All"
},
"disconnectAllModalDescription": {
"message": "Are you sure? You will be disconnected from all sites on all accounts."
},
"disconnectAccountModalDescription": {
"message": "Are you sure? Your account (\"$1\") will be disconnected from this site."
},
"disconnectAccountQuestion": {
"message": "Disconnect account?"
},
"disconnectFromThisAccount": {
"message": "Disconnect from this account?"
},
"disconnectAllAccountsQuestion": {
"message": "Disconnect all accounts?"
},
"directDepositEther": {
"message": "Directly Deposit Ether"
},
"directDepositEtherExplainer": {
"message": "If you already have some Ether, the quickest way to get Ether in your new wallet by direct deposit."
},
"domainLastConnect": {
"message": "Last Connected: $1",
"description": "$1 is the date at which the user was last connected to a given domain"
"dismiss": {
"message": "Dismiss"
},
"done": {
"message": "Done"
@ -505,17 +507,6 @@
"endOfFlowMessage10": {
"message": "All Done"
},
"extensionId": {
"message": "Extension ID: $1",
"description": "$1 is a string of random letters that are the id of another extension connecting to MetaMask"
},
"externalExtension": {
"message": "External Extension"
},
"onboardingReturnNotice": {
"message": "\"$1\" will close this tab and direct back to $2",
"description": "Return the user to the site that initiated onboarding"
},
"ensRegistrationError": {
"message": "Error in ENS name registration"
},
@ -633,6 +624,10 @@
"getStarted": {
"message": "Get Started"
},
"greaterThanMin": {
"message": "must be greater than or equal to $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "We’re happy to see you."
},
@ -745,28 +740,22 @@
"max": {
"message": "Max"
},
"lastConnected": {
"message": "Last Connected"
},
"learnMore": {
"message": "Learn more"
},
"learnAboutRisks": {
"message": "Learn about the risks here."
},
"ledgerAccountRestriction": {
"message": "You need to make use your last account before you can add a new one."
},
"lessThanMax": {
"message": "must be less than or equal to $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Yes, let’s get set up!"
},
"likeToAddTokens": {
"message": "Would you like to add these tokens?"
},
"likeToConnect": {
"message": "$1 would like to connect to your MetaMask account",
"description": "$1 is the name/url of a site/dapp asking to connect to MetaMask"
},
"links": {
"message": "Links"
},
@ -898,9 +887,6 @@
"rpcUrl": {
"message": "New RPC URL"
},
"onlyConnectTrust": {
"message": "Only connect with sites you trust."
},
"optionalChainId": {
"message": "ChainID (optional)"
},
@ -975,6 +961,9 @@
"message": "Paste your private key string here:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Paste your seed phrase here!"
},
"pending": {
"message": "pending"
},
@ -1103,9 +1092,6 @@
"readyToConnect": {
"message": "Ready to Connect?"
},
"revokeInPermissions": {
"message": "* You can view and revoke permissions in MetaMask settings."
},
"rinkeby": {
"message": "Rinkeby Test Network"
},
@ -1362,14 +1348,6 @@
"testFaucet": {
"message": "Test Faucet"
},
"thisWillAllow": {
"message": "This will allow $1 to:",
"description": "$1 is the name or domain of a site/dapp that is requesting permissions"
},
"thisWillAllowExternalExtension": {
"message": "This will allow an external extension with id $1 to:",
"description": "$1 is a string of random letters that are the id of another extension connecting to MetaMask"
},
"thisWillCreate": {
"message": "This will create a new wallet and seed phrase"
},
@ -1382,10 +1360,6 @@
"toWithColon": {
"message": "To:"
},
"toConnectWith": {
"message": "To connect with $1",
"description": "$1 is the name or domain of a site/dapp that asking to connect with MetaMask"
},
"toETHviaShapeShift": {
"message": "$1 to ETH via ShapeShift",
"description": "system will fill in deposit type in start of message"
@ -1515,6 +1489,9 @@
"userName": {
"message": "Username"
},
"validFileImport": {
"message": "You must select a valid file to import."
},
"viewAccount": {
"message": "View Account"
},

@ -1,16 +1,28 @@
{
"privacyModeDefault": {
"message": "Modo Privado está activado ahora por defecto"
},
"chartOnlyAvailableEth": {
"message": "Tabla solo disponible en redes Ethereum."
},
"confirmClear": {
"message": "¿Seguro que quieres borrar los sitios web aprobados?"
},
"contractInteraction": {
"message": "Interacción con contrato"
},
"clearApprovalData": {
"message": "Borrar datos de aprobación"
},
"reject": {
"message": "Rechazar"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 quisiera conectar con tu cuenta"
},
"providerRequestInfo": {
"message": "El dominio que se muestra a continuación intenta solicitar acceso a la API Ethereum para que pueda interactuar con la blockchain de Ethereum. Siempre verifique que esté en el sitio correcto antes de aprobar el acceso Ethereum."
},
"about": {
"message": "Acerca"
},
@ -133,6 +145,10 @@
"basic": {
"message": "Básico"
},
"betweenMinAndMax": {
"message": "Debe ser mayor o igual a $1 y menor o igual a $2",
"description": "helper for inputting hex as decimal input"
},
"blockiesIdenticon": {
"message": "Usar Blockies Identicon (Iconos)"
},
@ -193,6 +209,9 @@
"connect": {
"message": "Conectar"
},
"connectRequest": {
"message": "Petición para conectar"
},
"connectingTo": {
"message": "Conectánodse a $1"
},
@ -232,6 +251,9 @@
"copiedExclamation": {
"message": "¡Copiado!"
},
"copy": {
"message": "Copiar"
},
"copyAddress": {
"message": "Copiar la dirección al portapapeles"
},
@ -310,6 +332,9 @@
"directDepositEtherExplainer": {
"message": "Si posees Ether, la forma más rápida de transferirlo a tu nueva billetera es depositándolo directamente"
},
"dismiss": {
"message": "Descartar"
},
"done": {
"message": "Completo"
},
@ -424,6 +449,10 @@
"getHelp": {
"message": "Pedir ayuda."
},
"greaterThanMin": {
"message": "Debe ser mayor o igual a $1",
"description": "helper for inputting hex as decimal input"
},
"hardwareWalletConnected": {
"message": "Se ha conectado el monedero físico"
},
@ -524,6 +553,10 @@
"ledgerAccountRestriction": {
"message": "Hay que hacer uso de tu última cuenta antes de agregarle una nueva."
},
"lessThanMax": {
"message": "Debe ser menor o igual a $1",
"description": "helper for inputting hex as decimal input"
},
"likeToAddTokens": {
"message": "¿Te gustaría agregar estos tokens?"
},
@ -668,6 +701,9 @@
"message": "Pega tu clave privada aqui",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "¡Pega tu frase semilla aquí!"
},
"pending": {
"message": "pendiente"
},
@ -930,6 +966,9 @@
"step3HardwareWalletMsg": {
"message": "Usa tu cuenta física igual que harías con cualquier cuenta de Ethereum. Regístrate con dApps, manda Eth, compra y almacena tokens de ERC20 y otros tokens no-fungibles, como CryptoKitties."
},
"submit": {
"message": "Enviar"
},
"submitted": {
"message": "Enviado"
},
@ -1058,6 +1097,9 @@
"usedByClients": {
"message": "Utilizado por una variedad de clientes diferentes"
},
"validFileImport": {
"message": "Debes selecionar un archivo valido para importar"
},
"viewAccount": {
"message": "Mirar cuenta"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "El modo de privacidad está habilitado de manera predeterminada"
},
"chartOnlyAvailableEth": {
"message": "Chart está disponible únicamente en las redes de Ethereum."
},
"confirmClear": {
"message": "¿Estás seguro de que deseas borrar los sitios web aprobados?"
},
"contractInteraction": {
"message": "Interacción contractual"
},
"clearApprovalData": {
"message": "Borrar datos de privacidad"
},
"reject": {
"message": "Rechazar"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 desea conectarse a tu cuenta"
},
"providerRequestInfo": {
"message": "Este sitio está solicitando acceso para ver la dirección de tu cuenta corriente. Asegúrate siempre de que confías en los sitios con los que interactúas."
},
"about": {
"message": "Acerca de"
},
"aboutSettingsDescription": {
"message": "Versión, centro de soporte técnico e información de contacto"
"message": "Versión, centro de soporte técnico e información de contacto."
},
"acceleratingATransaction": {
"message": "* Aumentar una transacción utilizando un precio de gas más alto aumenta sus posibilidades de ser procesada más rápido por la red, pero esto no siempre está garantizado."
@ -51,7 +63,7 @@
"message": "Avanzada"
},
"advancedSettingsDescription": {
"message": "Accede a las funciones de desarrollador, descarga los registros de estado, restablece la cuenta, y configura las redes Testnet y el RPC personalizado"
"message": "Accede a las funciones de desarrollador, descarga los registros de estado, restablece la cuenta, y configura las redes Testnet y el RPC personalizado."
},
"advancedOptions": {
"message": "Opciones avanzadas"
@ -145,6 +157,10 @@
"basic": {
"message": "Básicas"
},
"betweenMinAndMax": {
"message": "debe ser superior o igual a $1 e inferior o igual a $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Bloquear Explorer"
},
@ -233,6 +249,9 @@
"connect": {
"message": "Conectar"
},
"connectRequest": {
"message": "Solicitud de conexión"
},
"connectingTo": {
"message": "Conexión con $1"
},
@ -272,6 +291,9 @@
"copiedExclamation": {
"message": "Copiado"
},
"copy": {
"message": "Copiar"
},
"copyAddress": {
"message": "Copiar la dirección al portapapeles"
},
@ -350,6 +372,9 @@
"directDepositEtherExplainer": {
"message": "Si ya tienes algunos Ethers, la forma más rápida de ingresarlos en tu nueva billetera es a través de un depósito directo."
},
"dismiss": {
"message": "Rechazar"
},
"done": {
"message": "Listo"
},
@ -512,6 +537,10 @@
"getStarted": {
"message": "Comenzar"
},
"greaterThanMin": {
"message": "debe ser superior o igual a $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Estamos encantados de verte."
},
@ -627,6 +656,10 @@
"ledgerAccountRestriction": {
"message": "Necesitas utilizar tu cuenta anterior para agregar una nueva."
},
"lessThanMax": {
"message": "debe ser menor o igual a $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "¡Eso, pongámonos en marcha!"
},
@ -822,6 +855,9 @@
"message": "Copia y pega tu cadena de claves privada aquí:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "¡Copia y pega tu frase de inicialización aquí!"
},
"pending": {
"message": "pendiente"
},
@ -1135,6 +1171,9 @@
"storePhrase": {
"message": "Almacena esta frase en un administrador de contraseñas como 1Password."
},
"submit": {
"message": "Enviar"
},
"submitted": {
"message": "Enviado"
},
@ -1296,6 +1335,9 @@
"userName": {
"message": "Nombre de usuario"
},
"validFileImport": {
"message": "Selecciona un archivo válido para importar."
},
"viewAccount": {
"message": "Ver cuenta"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "Privaatsusrežiim on nüüd vaikimisi lubatud"
},
"chartOnlyAvailableEth": {
"message": "Tabel on saadaval vaid Ethereumi võrkudes."
},
"confirmClear": {
"message": "Kas soovite kindlasti kinnitatud veebisaidid kustutada?"
},
"contractInteraction": {
"message": "Lepingu suhtlus"
},
"clearApprovalData": {
"message": "Tühjenda privaatsusandmed"
},
"reject": {
"message": "Lükka tagasi"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 soovib teie kontoga ühenduse luua"
},
"providerRequestInfo": {
"message": "See sait taotleb juurdepääsu teie praeguse konto aadressi vaatamiseks. Veenduge alati, et usaldate saite, millega suhtlete."
},
"about": {
"message": "Teave"
},
"aboutSettingsDescription": {
"message": "Versioon, tugikeskus ja kontaktteave"
"message": "Versioon, tugikeskus ja kontaktteave."
},
"acceleratingATransaction": {
"message": "* Tehingu kiirendamine kõrgemate gaasihindadega suurendab võimalust kiiremaks võrgus töötlemiseks, kuid see ei ole alati tagatud."
@ -51,7 +63,7 @@
"message": "Täpsemad"
},
"advancedSettingsDescription": {
"message": "Juurdepääs arendaja funktsioonidele, olekulogide allalaadimine, konto lähtestamine, testvõrkude ja kohandatud RPC-de seadistamine"
"message": "Juurdepääs arendaja funktsioonidele, olekulogide allalaadimine, konto lähtestamine, testvõrkude ja kohandatud RPC-de seadistamine."
},
"advancedOptions": {
"message": "Täpsemad suvandid"
@ -145,6 +157,10 @@
"basic": {
"message": "Põhiseaded"
},
"betweenMinAndMax": {
"message": "peab olema suurem või võrdne $1 ja väiksem või võrdne $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Blokeeri Explorer"
},
@ -236,6 +252,9 @@
"connect": {
"message": "Ühendamine"
},
"connectRequest": {
"message": "Ühenduse taotlus"
},
"connectingTo": {
"message": "Ühenduse loomine $1"
},
@ -275,6 +294,9 @@
"copiedExclamation": {
"message": "Kopeeritud!"
},
"copy": {
"message": "Kopeeri"
},
"copyAddress": {
"message": "Kopeeri aadress lõikelauale"
},
@ -353,6 +375,9 @@
"directDepositEtherExplainer": {
"message": "Kui teil on juba veidi eetrit, on kiirem viis eetri rahakotti saamiseks otsene sissemakse."
},
"dismiss": {
"message": "Loobu"
},
"done": {
"message": "Valmis"
},
@ -402,7 +427,7 @@
"message": "Kui teil on küsimusi või näete midagi kahtlast, kirjutage meile support@metamask.io."
},
"endOfFlowMessage8": {
"message": "MetaMask ei saa teie seemnefraasi taastada. Lisateave."
"message": "Metamask ei saa teie seemnefraasi taastada. Lisateave."
},
"endOfFlowMessage9": {
"message": "Lisateave."
@ -514,6 +539,10 @@
"getStarted": {
"message": "Alustamine"
},
"greaterThanMin": {
"message": "peab olema $1või suurem.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Meil on hea meel teid näha."
},
@ -629,6 +658,10 @@
"ledgerAccountRestriction": {
"message": "Enne uue konto loomist peate kasutama eelmist kontot."
},
"lessThanMax": {
"message": "peab olema $1või väiksem.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Jah, hakkame pihta!"
},
@ -827,6 +860,9 @@
"message": "Kleepige oma privaatne võtmestring siia:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Kleepige oma seemnefraas siia!"
},
"pending": {
"message": "ootel"
},
@ -1140,6 +1176,9 @@
"storePhrase": {
"message": "Salvestage see fraas paroolihaldurisse, nagu 1Password."
},
"submit": {
"message": "Esita"
},
"submitted": {
"message": "Edastatud"
},
@ -1162,7 +1201,7 @@
"message": "Saate sünkroonida oma kontod ja teabe oma mobiiliseadmega. Avage MetaMaski mobiilirakendus, avage \"Settings\" (Seaded) ja puudutage valikut \"Sync from Browser Extension\" (Sünkroonimine lehitseja laiendusest)"
},
"syncWithMobileDescNewUsers": {
"message": "Järgige MetaMaski mobiilirakenduse esmakordsel avamisel telefonis esitatud samme."
"message": "Järgige Metamaski mobiilirakenduse esmakordsel avamisel telefonis esitatud samme."
},
"syncWithMobileScanThisCode": {
"message": "Skanneerige see kood MetaMaski mobiilirakendusega"
@ -1307,6 +1346,9 @@
"userName": {
"message": "Kasutajanimi"
},
"validFileImport": {
"message": "Peate valima importimiseks sobiva faili."
},
"viewAccount": {
"message": "Kuva konto"
},

@ -1,16 +1,28 @@
{
"privacyModeDefault": {
"message": "وضعیت محرمیت حالا بصورت خودکار فعال است"
},
"chartOnlyAvailableEth": {
"message": "تنها قابل دسترس را در شبکه های ایتریوم جدول بندی نمایید"
},
"confirmClear": {
"message": "آیا مطمئن هستید تا وب سایت های تصدیق شده را حذف کنید؟"
},
"contractInteraction": {
"message": "تعامل قرارداد"
},
"clearApprovalData": {
"message": "حذف اطلاعات حریم خصوصی"
},
"reject": {
"message": "عدم پذیرش"
},
"likeToConnect": {
"providerRequest": {
"message": "1$1 میخواهید تا با حساب تان وصل شوید"
},
"providerRequestInfo": {
"message": "این سایت در حال درخواست دسترسی است تا آدرس فعلی حساب تان را مشاهده نماید. همیشه متوجه باشید که بالای سایتی که با آن معامله میکنید، اعتماد دارید یا خیر."
},
"about": {
"message": "درباره"
},
@ -145,6 +157,10 @@
"basic": {
"message": "پایه"
},
"betweenMinAndMax": {
"message": "باید بزرگتر از یا مساوی به 1$1 و کوچکتر یا مساوی به 2$2 باشد.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "بلاک کردن براوزر"
},
@ -236,6 +252,9 @@
"connect": {
"message": "اتصال"
},
"connectRequest": {
"message": "درخواست اتصال"
},
"connectingTo": {
"message": "در حال اتصال به 1$1"
},
@ -275,6 +294,9 @@
"copiedExclamation": {
"message": "کپی شد!"
},
"copy": {
"message": "کپی"
},
"copyAddress": {
"message": "کاپی آدرس به کلیپ بورد"
},
@ -353,6 +375,9 @@
"directDepositEtherExplainer": {
"message": "در صورتیکه شما کدام ایتر داشته باشید، سریعترین روش برای گرفتن ایتر در کیف جدید تان توسط پرداخت مستقیم."
},
"dismiss": {
"message": "لغو کردن"
},
"done": {
"message": "تمام"
},
@ -518,6 +543,10 @@
"getStarted": {
"message": "شروع به کار"
},
"greaterThanMin": {
"message": "باید بزرگتر از یا مساوی به 1$1 باشد.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "از دیدن شما خوشحال هستیم."
},
@ -636,6 +665,10 @@
"ledgerAccountRestriction": {
"message": "لازم است تا حساب قبلی تان را قبل از اینکه جدید اضافه کنید، مورد استفاده قرار دهید."
},
"lessThanMax": {
"message": "باید کوچکتر از 1$1 یا مساوی با آن باشد.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "بلی، درست شد!"
},
@ -837,6 +870,9 @@
"message": "زنجیره کلید شخصی را در اینجا کاپی کنید:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "عبارت بازیاب تان را اینجا بگذارید!"
},
"pending": {
"message": "در حال تعلیق"
},
@ -1150,6 +1186,9 @@
"storePhrase": {
"message": "این عبارت را در یک نرم افزار مدیریت رمز عبور مانند 1Password ذخیره نمایید."
},
"submit": {
"message": "ارائه"
},
"submitted": {
"message": "ارائه شد"
},
@ -1317,6 +1356,9 @@
"userName": {
"message": "نام کاربری"
},
"validFileImport": {
"message": "شما باید یک فایل معتبر را جهت وارد سازی انتخاب کنید."
},
"viewAccount": {
"message": "مشاهده حساب"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "Yksityisyystila on nyt oletusarvoisesti käytössä"
},
"chartOnlyAvailableEth": {
"message": "Kaavio saatavilla vain Ethereum-verkoissa."
},
"confirmClear": {
"message": "Haluatko varmasti tyhjentää hyväksytyt verkkosivustot?"
},
"contractInteraction": {
"message": "Sopimustoiminta"
},
"clearApprovalData": {
"message": "Tyhjennä yksityisyystiedot"
},
"reject": {
"message": "Hylkää"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 haluaisi yhdistää tiliisi"
},
"providerRequestInfo": {
"message": "Tämä sivusto pyytää oikeuksia nähdä nykyisen tiliosoitteesi. Varmista aina, että luotat sivustoihin, joiden kanssa toimit."
},
"about": {
"message": "Tietoja asetuksista"
},
"aboutSettingsDescription": {
"message": "Versio, tukikeskus ja yhteystiedot"
"message": "Versio, tukikeskus ja yhteystiedot."
},
"acceleratingATransaction": {
"message": "* Tapahtuman nopeuttaminen käyttämällä korkeampaa gas-hintaa parantaa mahdollisuutta, että verkko käsittelee sen nopeammin, mutta tämä ei ole aina taattua."
@ -51,7 +63,7 @@
"message": "Lisäasetukset"
},
"advancedSettingsDescription": {
"message": "Käytä kehittäjän ominaisuuksia, lataa tilalokeja, palauta tilit, asenna testiverkostoja ja muokattavia RPC:itä"
"message": "Käytä kehittäjän ominaisuuksia, lataa tilalokeja, palauta tilit, asenna testiverkostoja ja muokattavia RPC:itä."
},
"advancedOptions": {
"message": "Tarkemmat vaihtoehdot"
@ -145,6 +157,10 @@
"basic": {
"message": "Perusvaihtoehdot"
},
"betweenMinAndMax": {
"message": "tulee olla vähintään $1 ja korkeintaan $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Lohkonhallinta"
},
@ -233,6 +249,9 @@
"connect": {
"message": "Muodosta yhteys"
},
"connectRequest": {
"message": "Yhdistämispyyntö"
},
"connectingTo": {
"message": "Yhdistetään summaan $1 "
},
@ -272,6 +291,9 @@
"copiedExclamation": {
"message": "Kopioitu"
},
"copy": {
"message": "Kopioi"
},
"copyAddress": {
"message": "Kopioi osoite leikepöydälle"
},
@ -350,6 +372,9 @@
"directDepositEtherExplainer": {
"message": "Jos sinulla on jo etheriä, nopein tapa hankkia etheriä uuteen lompakkoosi on suoratalletus."
},
"dismiss": {
"message": "Piilota"
},
"done": {
"message": "Valmis"
},
@ -515,6 +540,10 @@
"getStarted": {
"message": "Aloitusopas"
},
"greaterThanMin": {
"message": "on oltava vähintään $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Meistä on mukava nähdä sinut."
},
@ -633,6 +662,10 @@
"ledgerAccountRestriction": {
"message": "Sinun tarvitsee käyttää edellistä tiliäsi ennen kuin voit lisätä uuden."
},
"lessThanMax": {
"message": "tulee olla korkeintaan $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Kyllä, valmistaudutaan!"
},
@ -834,6 +867,9 @@
"message": "Liitä yksityisen avaimesi merkkijono tähän:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Liitä salaustekstisi tähän!"
},
"pending": {
"message": "odottaa"
},
@ -1147,6 +1183,9 @@
"storePhrase": {
"message": "Tallenna tämä teksti johonkin salasanojen hallintaohjelmaan (esim. 1Password)."
},
"submit": {
"message": "Lähetä"
},
"submitted": {
"message": "Lähetetty"
},
@ -1314,6 +1353,9 @@
"userName": {
"message": "Käyttäjätunnus"
},
"validFileImport": {
"message": "Valittava tuotavaksi kelpaava tiedosto."
},
"viewAccount": {
"message": "Näytä tili"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "Naka-enable ang Privacy Mode bilang default"
},
"chartOnlyAvailableEth": {
"message": "Available lang ang chart sa mga Ethereum network."
},
"confirmClear": {
"message": "Sigurado ka bang gusto mong i-clear ang mga inaprubahang website?"
},
"contractInteraction": {
"message": "Paggamit sa Contract"
},
"clearApprovalData": {
"message": "I-clear ang Privacy Data"
},
"reject": {
"message": "Tanggihan"
},
"likeToConnect": {
"providerRequest": {
"message": "Gusto ng $1 na kumonekta sa iyong account"
},
"providerRequestInfo": {
"message": "Humihiling ng access ang site na ito na tingnan ang kasalukuyan mong account address. Palaging tiyaking pinagkakatiwalaan mo ang mga site na pinupuntahan mo."
},
"about": {
"message": "Tungkol sa"
},
"aboutSettingsDescription": {
"message": "Bersyon, support center, at impormasyon sa pakikipag-ugnayan"
"message": "Bersyon, support center, at impormasyon sa pakikipag-ugnayan."
},
"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."
@ -45,7 +57,7 @@
"message": "Magdagdag ng Recipient"
},
"advancedSettingsDescription": {
"message": "I-access ang mga feature para sa mga developer, mag-download ng mga State Log, I-reset ang Account, mag-set up ng mga testnet at custom RPC"
"message": "I-access ang mga feature para sa mga developer, mag-download ng mga State Log, I-reset ang Account, mag-set up ng mga testnet at custom RPC."
},
"advancedOptions": {
"message": "Mga Advanced na Opsyon"
@ -133,6 +145,10 @@
"basic": {
"message": "Pangunahin"
},
"betweenMinAndMax": {
"message": "dapat ay mas malaki sa o katumbas ng $1 at mas maliit sa o katumbas ng $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerView": {
"message": "Tingnan ang account sa $1",
"description": "$1 replaced by URL for custom block explorer"
@ -326,6 +342,9 @@
"directDepositEtherExplainer": {
"message": "Kung mayroon ka nang Ether, ang pinakamabilis na paraan para magkaroon ng Ether sa iyong bagong wallet ay sa pamamagitan ng direkang deposito."
},
"dismiss": {
"message": "Balewalain"
},
"done": {
"message": "Tapos na"
},
@ -484,6 +503,10 @@
"getStarted": {
"message": "Magsimula"
},
"greaterThanMin": {
"message": "dapat ay mas malaki sa o katumbas ng $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Masaya kaming makita ka."
},
@ -583,6 +606,10 @@
"ledgerAccountRestriction": {
"message": "Kailangan mong gamitin ang iyong dating account bago ka makapagdagdag ng bago."
},
"lessThanMax": {
"message": "dapat ay mas mababa sa o katumbas ng $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Oo, i-set up natin ito!"
},
@ -765,6 +792,9 @@
"message": "I-paste ang iyong private key string dito:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "I-paste ang iyong seed phrase dito!"
},
"pending": {
"message": "nakabinbin"
},
@ -1053,6 +1083,9 @@
"storePhrase": {
"message": "I-store ang pariralang ito sa isang password manager tulad ng 1Password."
},
"submit": {
"message": "Isumite"
},
"submitted": {
"message": "Isinumite"
},
@ -1208,6 +1241,9 @@
"usedByClients": {
"message": "Ginagamit ng iba't ibang client"
},
"validFileImport": {
"message": "Dapat kang pumili ng valid na file na ii-import."
},
"viewAccount": {
"message": "Tingnan ang Account"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "Le mode conversation privée est maintenant activé par défaut"
},
"chartOnlyAvailableEth": {
"message": "Tableau disponible uniquement sur les réseaux Ethereum."
},
"confirmClear": {
"message": "Êtes-vous sûr de vouloir supprimer les sites Web approuvés?"
},
"contractInteraction": {
"message": "Interaction avec un contrat"
},
"clearApprovalData": {
"message": "Effacer les données d'approbation"
},
"reject": {
"message": "Rejeter"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 voudrait se connecter à votre compte"
},
"providerRequestInfo": {
"message": "Le domaine répertorié ci-dessous tente de demander l'accès à l'API Ethereum pour pouvoir interagir avec la chaîne de blocs Ethereum. Vérifiez toujours que vous êtes sur le bon site avant d'autoriser l'accès à Ethereum."
},
"about": {
"message": "À propos"
},
"aboutSettingsDescription": {
"message": "Version, centre d'assistance et coordonnées"
"message": "Version, centre d'assistance et coordonnées."
},
"acceleratingATransaction": {
"message": "* Accélérer une transaction en utilisant un prix de l'essence plus élevé augmente ses chances d'être traitée plus rapidement par le réseau, mais ce n'est pas toujours garanti."
@ -51,7 +63,7 @@
"message": "Paramètres avancés"
},
"advancedSettingsDescription": {
"message": "Accédez aux fonctionnalités pour les développeurs, téléchargez State Logs, réinitialisez votre compte, configurez testnets et personnalisez RPC"
"message": "Accédez aux fonctionnalités pour les développeurs, téléchargez State Logs, réinitialisez votre compte, configurez testnets et personnalisez RPC."
},
"advancedOptions": {
"message": "Options avancées"
@ -142,6 +154,10 @@
"basic": {
"message": "Général"
},
"betweenMinAndMax": {
"message": "doit être supérieur ou égal à $1 et inférieur ou égal à $2",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerView": {
"message": "Afficher le compte à $1",
"description": "$1 replaced by URL for custom block explorer"
@ -224,6 +240,9 @@
"connect": {
"message": "Connecter"
},
"connectRequest": {
"message": "Demande de connexion"
},
"connectingTo": {
"message": "Connexion à $1"
},
@ -263,6 +282,9 @@
"copiedExclamation": {
"message": "Copié!"
},
"copy": {
"message": "Copier"
},
"copyAddress": {
"message": "Copier l'addresse dans le presse-papier"
},
@ -341,6 +363,9 @@
"directDepositEtherExplainer": {
"message": "Si vous avez déjà de l'Ether, le moyen le plus rapide d'obtenir des Ether dans votre nouveau portefeuille est par dépôt direct."
},
"dismiss": {
"message": "Ignorer"
},
"done": {
"message": "Terminé"
},
@ -506,6 +531,10 @@
"getStarted": {
"message": "Démarrer"
},
"greaterThanMin": {
"message": "doit être supérieur ou égal à $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Nous sommes ravis de vous voir."
},
@ -612,6 +641,10 @@
"ledgerAccountRestriction": {
"message": "Vous devez d'abord utiliser le dernier compte que vous avez créé avant de pouvoir en créer un autre."
},
"lessThanMax": {
"message": "doit être inférieur ou égal à $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Oui, passons à la configuration !"
},
@ -804,6 +837,9 @@
"message": "Collez votre clé privée ici:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Collez votre seed phrase ici!"
},
"pending": {
"message": "En attente"
},
@ -1117,6 +1153,9 @@
"storePhrase": {
"message": "Stockez cette phrase dans un gestionnaire de mots de passe comme 1Password."
},
"submit": {
"message": "Soumettre"
},
"submitted": {
"message": "Envoyé"
},
@ -1278,6 +1317,9 @@
"userName": {
"message": "Nom d'utilisateur"
},
"validFileImport": {
"message": "Vous devez selectionner un fichier valide à importer."
},
"viewAccount": {
"message": "Afficher le compte"
},

@ -42,6 +42,9 @@
"connect": {
"message": "કનટ કર"
},
"copy": {
"message": "કિ કર"
},
"copyToClipboard": {
"message": "કિપબડ પર કિ કર"
},
@ -54,6 +57,9 @@
"details": {
"message": "વિગત"
},
"dismiss": {
"message": "ક"
},
"done": {
"message": "થઈ ગય"
},
@ -125,6 +131,9 @@
"settings": {
"message": "સિસ"
},
"submit": {
"message": "સબમિટ કર"
},
"tryAgain": {
"message": "ફરરયસ કર"
},

@ -1,16 +1,28 @@
{
"privacyModeDefault": {
"message": "מצב פרטיות זמין עכשיו כברירת מחדל"
},
"chartOnlyAvailableEth": {
"message": "טבלה זמינה רק ברשתות אתריום."
},
"confirmClear": {
"message": "הנך בטוח/ה כי ברצונך למחוק אתרים שאושרו?"
},
"contractInteraction": {
"message": "אינטראקציית חוזה"
},
"clearApprovalData": {
"message": "נקה נתוני פרטיות"
},
"reject": {
"message": "דחה"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 מבקש להתחבר לחשבון שלך"
},
"providerRequestInfo": {
"message": "אתר זה מבקש גישה לצפייה בכתובת החשבון הנוכחית שלך. יש לוודא תמיד כי הנך בוטח/ת באתרים עמם הנך מתקשר/ת."
},
"about": {
"message": "מידע כללי"
},
@ -145,6 +157,10 @@
"basic": {
"message": "בסיסי"
},
"betweenMinAndMax": {
"message": "חייב להיות גדול או שווה ל-$1 ופחות או שווה ל-$2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "סייר בלוקים"
},
@ -236,6 +252,9 @@
"connect": {
"message": "התחברות"
},
"connectRequest": {
"message": "חבר/י בקשה"
},
"connectingTo": {
"message": "מתחבר ל- $1 "
},
@ -275,6 +294,9 @@
"copiedExclamation": {
"message": "הועתק!"
},
"copy": {
"message": "העתק"
},
"copyAddress": {
"message": "העתק כתובת ללוח"
},
@ -353,6 +375,9 @@
"directDepositEtherExplainer": {
"message": "אם כבר יש ברשותך את'ר (Ether) , הדרך המהירה ביותר להכניס את'ר לארנק החדש שלך היא באמצעות הפקדה ישירה."
},
"dismiss": {
"message": "סגור"
},
"done": {
"message": "סיום"
},
@ -518,6 +543,10 @@
"getStarted": {
"message": "תחילת העבודה"
},
"greaterThanMin": {
"message": "חייב להיות גדול או שווה ל-$1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "אנו שמחים לראותך."
},
@ -636,6 +665,10 @@
"ledgerAccountRestriction": {
"message": "עליך להשתמש בחשבון האחרון שלך לפני שתוכל/י להוסיף חשבון חדש."
},
"lessThanMax": {
"message": "חייב להיות פחות או שווה ל- $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "כן, בוא נתקין!"
},
@ -834,6 +867,9 @@
"message": "הדבק/י את מחרוזת המפתח הפרטי שלך כאן:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "הדבק/י את ה-seed phrase של כאן!"
},
"pending": {
"message": "בהמתנה"
},
@ -1144,6 +1180,9 @@
"storePhrase": {
"message": "אחסנ/י צירוף זה במנהל ססמאות כמו 1Password."
},
"submit": {
"message": "שלח"
},
"submitted": {
"message": "הוגש"
},
@ -1311,6 +1350,9 @@
"userName": {
"message": "שם משתמש"
},
"validFileImport": {
"message": "עליך לבחור קובץ חוקי לייבוא."
},
"viewAccount": {
"message": "הצג חשבון"
},

@ -1,16 +1,28 @@
{
"privacyModeDefault": {
"message": "गपनय मड अब डिट रप स सकषम ह"
},
"chartOnlyAvailableEth": {
"message": "कवल ईथरअम नटवरक पर उपलबध चट।"
},
"confirmClear": {
"message": "क आप वकई सत वबसइटियर करनहत?"
},
"contractInteraction": {
"message": "कट कतचत"
},
"clearApprovalData": {
"message": "गपनयतित कर"
},
"reject": {
"message": "असर कर"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 आपक कनट हहत"
},
"providerRequestInfo": {
"message": "यह सइट आपक वरतमन ख पतखनिए एकस क अनध कर रह। हमिित करि आप जिन सइट पर जिवसनय ह।"
},
"about": {
"message": "इसक"
},
@ -145,6 +157,10 @@
"basic": {
"message": "मलभत"
},
"betweenMinAndMax": {
"message": "$1 स अधिक य बरबर हिए और $2 क बरबर य उसस कम हिए।",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "एकसपरर कक कर"
},
@ -236,6 +252,9 @@
"connect": {
"message": "कनट कर"
},
"connectRequest": {
"message": "सपरक अनध"
},
"connectingTo": {
"message": "$1 स कनट ह रह"
},
@ -275,6 +294,9 @@
"copiedExclamation": {
"message": "क गई!"
},
"copy": {
"message": "क बन"
},
"copyAddress": {
"message": "किपबड पर पत कर"
},
@ -353,6 +375,9 @@
"directDepositEtherExplainer": {
"message": "यदि आपकस पहलछ Ether ह, त अपन नए वट म Ether प सबस तर जम करन।"
},
"dismiss": {
"message": "खिज कर"
},
"done": {
"message": "पण"
},
@ -518,6 +543,10 @@
"getStarted": {
"message": "आरभ कर"
},
"greaterThanMin": {
"message": "$1 स बड़ उसक बरबर हिए।",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "आपकखकर हम बहत ख़ई।"
},
@ -636,6 +665,10 @@
"ledgerAccountRestriction": {
"message": "नय पहल आपक अपनिछल उपयग करन।"
},
"lessThanMax": {
"message": "$1 स कम य उसक बरबर हिए।",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "ज, सट ह!"
},
@ -834,6 +867,9 @@
"message": "अपनििग यहट कर:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "अपनज वश यहट कर!"
},
"pending": {
"message": "विित"
},
@ -1144,6 +1180,9 @@
"storePhrase": {
"message": "इस वश क 1पसवरड जसवरड मजर मरहत कर।"
},
"submit": {
"message": "सबमिट कर"
},
"submitted": {
"message": "परसत कि गय"
},
@ -1311,6 +1350,9 @@
"userName": {
"message": "उपयगकरम"
},
"validFileImport": {
"message": "आयत करनिए आपक एक मय फइल कनन।"
},
"viewAccount": {
"message": "ख"
},

@ -1,10 +1,19 @@
{
"confirmClear": {
"message": "क आप वकई अनित वबसइट करनहत?"
},
"clearApprovalData": {
"message": "अनदन ड कर"
},
"approve": {
"message": "मर"
},
"reject": {
"message": "असर"
},
"providerRequestInfo": {
"message": "नबदध डन वब 3 एपआई तक पहच क अनध करनरयस कर रहि यह एथियम बकचन सतचत कर सक। वब 3 एकस क पहल हम सहच करि आप सहइट पर ह।"
},
"account": {
"message": "ख"
},
@ -46,6 +55,10 @@
"balanceIsInsufficientGas": {
"message": "वरतमन गस कल किए अपरत शष"
},
"betweenMinAndMax": {
"message": "$1 क बरबर ययद, $2 क बरबर य कम हिए।",
"description": "हस इनपट किए दशमलव इनपट कप म सहयक"
},
"blockiesIdenticon": {
"message": "बज पहचन क उपयग कर"
},
@ -82,6 +95,9 @@
"copiedExclamation": {
"message": "क कर दि गय!"
},
"copy": {
"message": "क / परतििि कर"
},
"copyToClipboard": {
"message": "किपबड पर क कर"
},
@ -187,6 +203,10 @@
"message": "$1 किए एक नल स ईथर पत कर",
"description": "ईथर नल किए नटवरक नम परदरित करत"
},
"greaterThanMin": {
"message": "$1 क बरबर य बरबर हिए।",
"description": "हस इनपट किए दशमलव इनपट कप म सहयक"
},
"here": {
"message": "यह",
"description": "अधिक जनकिए यहिक कर- (परथ जकनबस) (troubleTokenBalances)"
@ -245,6 +265,10 @@
"kovan": {
"message": "कन टट नटवरक"
},
"lessThanMax": {
"message": "$1 स कम य बरबर हिए।",
"description": "हस इनपट किए दशमलव इनपट कप म सहयक"
},
"likeToAddTokens": {
"message": "क आप इन टकनहत?"
},
@ -320,6 +344,9 @@
"message": "यह अपनििग चिपक:",
"description": "कििि आयत करनिए"
},
"pasteSeed": {
"message": "यह अपनज वश पट कर!"
},
"personalAddressDetected": {
"message": "वयकिगत पति। टकन अनध क पत इनपट।"
},
@ -420,6 +447,9 @@
"stateLogsDescription": {
"message": "सििश म आपकवजनिक ख, पत और भ गए लनदन, ह।"
},
"submit": {
"message": "सबमिट कर"
},
"supportCenter": {
"message": "हम सहयतर पर ज"
},
@ -467,6 +497,9 @@
"usedByClients": {
"message": "वििन कस द उपयग कि"
},
"validFileImport": {
"message": "आयत करनिए आपक एक वध फइल चनन।"
},
"viewAccount": {
"message": "ख"
},

@ -1,10 +1,19 @@
{
"privacyModeDefault": {
"message": "Način se Privatnost sada zadano omogućava"
},
"chartOnlyAvailableEth": {
"message": "Grafikon je dostupan samo na mrežama Ethereum."
},
"confirmClear": {
"message": "Sigurno želite očistiti odobrena mrežna mjesta?"
},
"contractInteraction": {
"message": "Ugovorna interakcija"
},
"clearApprovalData": {
"message": "Očisti podatke o privatnosti"
},
"appName": {
"message": "MetaMask",
"description": "The name of the application"
@ -12,14 +21,17 @@
"reject": {
"message": "Odbaci"
},
"likeToConnect": {
"providerRequest": {
"message": "Korisnik $1 želi se povezati na vaš račun"
},
"providerRequestInfo": {
"message": "Na ovom se mjestu zahtijeva pristup za pregledavanje vaše trenutačne adrese računa. Uvijek pazite da vjerujete mrežnim mjestima s kojima rukujete."
},
"about": {
"message": "O opcijama"
},
"aboutSettingsDescription": {
"message": "Inačica, centar za podršku i informacije za kontakt"
"message": "Inačica, centar za podršku i informacije za kontakt."
},
"acceleratingATransaction": {
"message": "* Ubrzavanjem se transakcije pomoću veće cijene goriva povećava šansa za bržu obradu mrežom, ali se uvijek ne jamči."
@ -55,7 +67,7 @@
"message": "Napredno"
},
"advancedSettingsDescription": {
"message": "Pristup značajkama razvojnog inženjera, preuzimanje zapisnika stanja, poništavanje računa, postavljanje testnih mreža i prilagođeni RPC"
"message": "Pristup značajkama razvojnog inženjera, preuzimanje zapisnika stanja, poništavanje računa, postavljanje testnih mreža i prilagođeni RPC."
},
"advancedOptions": {
"message": "Napredne mogućnosti"
@ -145,6 +157,10 @@
"basic": {
"message": "Osnovne"
},
"betweenMinAndMax": {
"message": "mora biti veće od $1 ili jednako te manje od $2 ili jednako.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Blokiraj Explorer"
},
@ -236,6 +252,9 @@
"connect": {
"message": "Povežite se"
},
"connectRequest": {
"message": "Zahtjev za povezivanjem"
},
"connectingTo": {
"message": "Povezivanje na $1"
},
@ -275,6 +294,9 @@
"copiedExclamation": {
"message": "Kopirano!"
},
"copy": {
"message": "Kopiraj"
},
"copyAddress": {
"message": "Kopiraj adresu u međuspremnik"
},
@ -353,6 +375,9 @@
"directDepositEtherExplainer": {
"message": "Ako imate nešto Ethera, najbrži je način prebacivanja Ethera u vaš novi novčanik izravan polog."
},
"dismiss": {
"message": "Odbaci"
},
"done": {
"message": "Gotovo"
},
@ -514,6 +539,10 @@
"getStarted": {
"message": "Početak upotrebe"
},
"greaterThanMin": {
"message": "mora biti veće od $1 ili jednako.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Sretni smo što ste tu."
},
@ -632,6 +661,10 @@
"ledgerAccountRestriction": {
"message": "Treba se koristiti zadnjim računom kako biste dodali novi račun."
},
"lessThanMax": {
"message": "mora biti manje od $1 ili jednako.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Da, obavimo postavljanje!"
},
@ -830,6 +863,9 @@
"message": "Ovdje zalijepite svoj privatni niz ključa:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Ovdje zalijepite svoju početnu rečenicu!"
},
"pending": {
"message": "na čekanju"
},
@ -1143,6 +1179,9 @@
"storePhrase": {
"message": "Spremite ovu rečenicu u upravitelj lozinkama poput aplikacije 1Password."
},
"submit": {
"message": "Pošalji"
},
"submitted": {
"message": "Poslano"
},
@ -1307,6 +1346,9 @@
"userName": {
"message": "Korisničko ime"
},
"validFileImport": {
"message": "Morate odabrati valjanu datoteku za uvoz."
},
"viewAccount": {
"message": "Prikaz računa"
},

@ -1,4 +1,13 @@
{
"confirmClear": {
"message": "Èske ou sèten ou vle klè sitwèb apwouve?"
},
"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è."
},
"accessingYourCamera": {
"message": "Aksè a Kamera"
},
@ -70,6 +79,10 @@
"balanceIsInsufficientGas": {
"message": "Ensifizan balans pou total gaz aktyèl la"
},
"betweenMinAndMax": {
"message": "dwe plis pase oswa egal a $ 1 mwens ke oswa egal a $ 2.",
"description": "helper for inputting hex as decimal input"
},
"blockiesIdenticon": {
"message": "Itilize Blockies Identicon"
},
@ -148,6 +161,9 @@
"copiedExclamation": {
"message": "Kopye!"
},
"copy": {
"message": "Kopye"
},
"copyAddress": {
"message": "Kopi adrès clipboard"
},
@ -289,6 +305,10 @@
"getHelp": {
"message": "Jwenn èd."
},
"greaterThanMin": {
"message": "dwe pi gran pase oswa egal a $ 1.",
"description": "helper for inputting hex as decimal input"
},
"hardware": {
"message": "materyèl"
},
@ -383,6 +403,10 @@
"ledgerAccountRestriction": {
"message": "Ou bezwen sèvi ak dènye kont ou anvan ou ka ajoute yon nouvo."
},
"lessThanMax": {
"message": "dwe mwens pase oswa egal a $ 1.",
"description": "helper for inputting hex as decimal input"
},
"likeToAddTokens": {
"message": "Èske ou ta renmen ajoute sa nan tokens?"
},
@ -500,6 +524,9 @@
"message": "Kole fraz prive ou a la:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Kole seed fraz ou a la!"
},
"pending": {
"message": "l ap mache"
},
@ -729,6 +756,9 @@
"step3HardwareWalletMsg": {
"message": "Sèvi ak kont materyèl ou menm jan ou t ap fè pou kont Etherum. Ouvri sesyon an nan dApps, voye Eth, achte ak stòke ERC20 tokens ak e ki pake chanje tokens tankou CryptoKitties."
},
"submit": {
"message": "Soumèt"
},
"submitted": {
"message": "Te Soumèt"
},
@ -827,6 +857,9 @@
"usedByClients": {
"message": "Itilize pa yon varyete de kliyan diferan"
},
"validFileImport": {
"message": "Ou dwe chwazi yon dosye ki valab pou enpòte."
},
"viewAccount": {
"message": "Wè Kont"
},

@ -1,10 +1,19 @@
{
"privacyModeDefault": {
"message": "Az adatvédelmi mód mostantól alapbeállításként engedélyezve van"
},
"chartOnlyAvailableEth": {
"message": "A diagram csak Ethereum hálózatokon érhető el"
},
"confirmClear": {
"message": "Biztosan törölni szeretnéd a jóváhagyott weboldalakat?"
},
"contractInteraction": {
"message": "Szerződéses interakció"
},
"clearApprovalData": {
"message": "Adatvédelmi adatok törlése"
},
"appName": {
"message": "MetaMask",
"description": "The name of the application"
@ -12,14 +21,17 @@
"reject": {
"message": "Elutasítás"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 szeretne kapcsolódni az ön fiókjához"
},
"providerRequestInfo": {
"message": "A webhely hozzáférést kér az ön jelenlegi fiókcímének megtekintéséhez. Mindig győződjön meg arról, hogy megbízható webhellyel létesít kapcsolatot."
},
"about": {
"message": "Névjegy"
},
"aboutSettingsDescription": {
"message": "Verzió, ügyfélszolgálat és elérhetőségek"
"message": "Verzió, ügyfélszolgálat és elérhetőségek."
},
"acceleratingATransaction": {
"message": "* Ha szeretné felgyorsítani a tranzakciót azzal, hogy magasabb gázárat használ, az növeli a gyorsabb feldolgozás esélyét, de ez nem mindig garantált."
@ -55,7 +67,7 @@
"message": "Speciális"
},
"advancedSettingsDescription": {
"message": "Hozzáférés fejlesztői funkciókhoz, állapotnaplók letöltése, fiók újraállítása, testnetek és egyéni RPC-k beállítása"
"message": "Hozzáférés fejlesztői funkciókhoz, állapotnaplók letöltése, fiók újraállítása, testnetek és egyéni RPC-k beállítása."
},
"advancedOptions": {
"message": "Haladó beállítások"
@ -145,6 +157,10 @@
"basic": {
"message": "Alapvető"
},
"betweenMinAndMax": {
"message": "legyen nagyobb vagy egyenlő mint $1 és kisebb vagy egyenlő mint $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Explorer blokkolása"
},
@ -236,6 +252,9 @@
"connect": {
"message": "Csatlakozás"
},
"connectRequest": {
"message": "Csatlakozási kérelem"
},
"connectingTo": {
"message": "Kapcsolódás: $1"
},
@ -275,6 +294,9 @@
"copiedExclamation": {
"message": "Kimásolva!"
},
"copy": {
"message": "Másolás"
},
"copyAddress": {
"message": "Másolja a címet a vágólapra"
},
@ -353,6 +375,9 @@
"directDepositEtherExplainer": {
"message": "Amennyiben már rendelkezik némi Ether-rel, a közvetlen letéttel gyorsan elhelyezheti azt új pénztárcájában."
},
"dismiss": {
"message": "Elvetés"
},
"done": {
"message": "Kész"
},
@ -514,6 +539,10 @@
"getStarted": {
"message": "Első lépések"
},
"greaterThanMin": {
"message": "legyen nagyobb vagy egyenlő mint $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Örülünk, hogy itt van. "
},
@ -632,6 +661,10 @@
"ledgerAccountRestriction": {
"message": "Használnia kell a korábbi fiókját, mielőtt újat adhat hozzá. "
},
"lessThanMax": {
"message": "egyenlő vagy kevesebb kell legyen mint $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Igen, hozzuk létre!"
},
@ -830,6 +863,9 @@
"message": "Illessze be ide a privát kulcs karakterláncát:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Másolja be ide a seed mondatot!"
},
"pending": {
"message": "folyamatban"
},
@ -1143,6 +1179,9 @@
"storePhrase": {
"message": "Tárolja a mondatot jelszókezelőben, például az 1Passwordben."
},
"submit": {
"message": "Elküldés"
},
"submitted": {
"message": "Elküldve"
},
@ -1307,6 +1346,9 @@
"userName": {
"message": "Felhasználónév"
},
"validFileImport": {
"message": "Ki kell választanod egy érvényes fájlt az importáláshoz."
},
"viewAccount": {
"message": "Fiók megtekintése"
},

@ -1,10 +1,19 @@
{
"privacyModeDefault": {
"message": "Modus Privasi kini aktif secara default"
},
"chartOnlyAvailableEth": {
"message": "Grafik hanya tersedia pada jaringan Ethereum."
},
"confirmClear": {
"message": "Yakin ingin mengosongkan website yang disetujui?"
},
"contractInteraction": {
"message": "Interaksi Kontrak"
},
"clearApprovalData": {
"message": "Bersihkan Data Privasi"
},
"appName": {
"message": "MetaMask",
"description": "The name of the application"
@ -12,14 +21,17 @@
"reject": {
"message": "Tolak"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 ingin menghubungkan ke akun Anda"
},
"providerRequestInfo": {
"message": "Situs ini meminta akses untuk melihat alamat akun Anda saat ini. Selalu pastikan bahwa Anda bisa mempercayai situs yang berinteraksi dengan Anda."
},
"about": {
"message": "Tentang"
},
"aboutSettingsDescription": {
"message": "Versi, pusat dukungan, dan informasi kontak"
"message": "Versi, pusat dukungan, dan informasi kontak."
},
"acceleratingATransaction": {
"message": "* Mempercepat transaksi dengan menggunakan harga gas yang lebih tinggi meningkatkan peluangnya untuk lebih cepat diproses oleh jaringan, tetapi tak selalu terjamin pasti cepat."
@ -55,7 +67,7 @@
"message": "Lanjutan"
},
"advancedSettingsDescription": {
"message": "Akses fitur pengembang, unduh Log Status, Atur Ulang Akun, tata testnets dan RPC kustom"
"message": "Akses fitur pengembang, unduh Log Status, Atur Ulang Akun, tata testnets dan RPC kustom."
},
"advancedOptions": {
"message": "Opsi Lanjutan"
@ -145,6 +157,10 @@
"basic": {
"message": "Dasar"
},
"betweenMinAndMax": {
"message": "harus lebih dari atau sama dengan $1 dan kurang dari atau sama dengan $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Blokir Penjelajah"
},
@ -236,6 +252,9 @@
"connect": {
"message": "Sambungkan"
},
"connectRequest": {
"message": "Permintaan Sambungan"
},
"connectingTo": {
"message": "Menghubungkan ke $1"
},
@ -275,6 +294,9 @@
"copiedExclamation": {
"message": "Disalin!"
},
"copy": {
"message": "Salin"
},
"copyAddress": {
"message": "Salin alamat ke clipboard"
},
@ -347,6 +369,9 @@
"directDepositEtherExplainer": {
"message": "Jika Anda sudah memiliki Ether, cara tercepat mendapatkan Ether di dompet baru lewat deposit langsung."
},
"dismiss": {
"message": "Tutup"
},
"done": {
"message": "Selesai"
},
@ -505,6 +530,10 @@
"getStarted": {
"message": "Mulai"
},
"greaterThanMin": {
"message": "harus lebih besar atau sama dengan $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Kami senang bertemu dengan Anda."
},
@ -623,6 +652,10 @@
"ledgerAccountRestriction": {
"message": "Anda perlu menggunakan akun terakhir sebelum dapat menambahkan akun baru."
},
"lessThanMax": {
"message": "harus kurang dari atau setara $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Ya, ayo tata!"
},
@ -815,6 +848,9 @@
"message": "Tempelkan string kunci privat di sini:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Tempel frasa benih Anda di sini!"
},
"pending": {
"message": "tertunda"
},
@ -1128,6 +1164,9 @@
"storePhrase": {
"message": "Simpan frasa ini dalam manajer sandi seperti 1Password."
},
"submit": {
"message": "Kirim"
},
"submitted": {
"message": "Terkirim"
},
@ -1286,6 +1325,9 @@
"userName": {
"message": "Nama Pengguna"
},
"validFileImport": {
"message": "Anda harus memilih berkas yang sah untuk diimpor."
},
"viewAccount": {
"message": "Lihat Akun"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "La modalità privacy è ora abilitata per impostazione predefinita"
},
"chartOnlyAvailableEth": {
"message": "Grafico disponibile solo per le reti Ethereum."
},
"confirmClear": {
"message": "Sei sicuro di voler cancellare i siti Web approvati?"
},
"contractInteraction": {
"message": "Interazione Contratto"
},
"clearApprovalData": {
"message": "Cancella i dati di approvazione"
},
"reject": {
"message": "Annulla"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 vorrebbe connettersi al tuo account"
},
"providerRequestInfo": {
"message": "Il dominio elencato di seguito sta tentando di richiedere l'accesso all'API Ethereum in modo che possa interagire con la blockchain di Ethereum. Controlla sempre di essere sul sito corretto prima di approvare l'accesso a Ethereum."
},
"about": {
"message": "Informazioni"
},
"aboutSettingsDescription": {
"message": "Version, centro di supporto e contatti"
"message": "Version, centro di supporto e contatti."
},
"acceleratingATransaction": {
"message": "* Accelerare una transazione usando un prezzo del gas maggiore aumenta la probabilità che la rete la elabori più velocemente, ma non è garantito."
@ -48,7 +60,7 @@
"message": "Avanzate"
},
"advancedSettingsDescription": {
"message": "Accedi alle funzionalità sviluppatore, download dei log di Stato, Reset Account, imposta reti di test e RPC personalizzata"
"message": "Accedi alle funzionalità sviluppatore, download dei log di Stato, Reset Account, imposta reti di test e RPC personalizzata."
},
"advancedOptions": {
"message": "Opzioni Avanzate"
@ -139,6 +151,10 @@
"basic": {
"message": "Base"
},
"betweenMinAndMax": {
"message": "deve essere maggiore o uguale a $1 e minore o uguale a $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerView": {
"message": "Visualizza account su $1",
"description": "$1 replaced by URL for custom block explorer"
@ -215,6 +231,9 @@
"connect": {
"message": "Connetti"
},
"connectRequest": {
"message": "Richiesta Connessione"
},
"connectingTo": {
"message": "Connessione in corso a $1"
},
@ -254,6 +273,9 @@
"copiedExclamation": {
"message": "Copiato!"
},
"copy": {
"message": "Copia"
},
"copyAddress": {
"message": "Copia l'indirizzo"
},
@ -332,6 +354,9 @@
"directDepositEtherExplainer": {
"message": "Se possiedi già degli Ether, questa è la via più veloce per aggiungere Ether al tuo portafoglio con un deposito diretto."
},
"dismiss": {
"message": "Ignora"
},
"done": {
"message": "Finito"
},
@ -497,6 +522,10 @@
"getStarted": {
"message": "Inizia"
},
"greaterThanMin": {
"message": "deve essere maggiore o uguale a $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Siamo contenti di vederti."
},
@ -612,6 +641,10 @@
"ledgerAccountRestriction": {
"message": "E' necessario utilizzare l'ultimo account prima di poterne aggiungere uno nuovo."
},
"lessThanMax": {
"message": "deve essere minore o uguale a $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Si, iniziamo!"
},
@ -800,6 +833,9 @@
"message": "Incolla la tua chiave privata qui:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Incolla la tua frase seed qui!"
},
"pending": {
"message": "in corso"
},
@ -1113,6 +1149,9 @@
"storePhrase": {
"message": "Conserva questa frase in un gestore di password come 1Password."
},
"submit": {
"message": "Invia"
},
"submitted": {
"message": "Inviata"
},
@ -1277,6 +1316,9 @@
"userName": {
"message": "Nome utente"
},
"validFileImport": {
"message": "Devi selezionare un file valido da importare."
},
"viewAccount": {
"message": "Vedi Account"
},
@ -1325,6 +1367,24 @@
"zeroGasPriceOnSpeedUpError": {
"message": "Prezzo del gas maggiore di zero"
},
"connections": {
"message": "Connessioni"
},
"connectionsSettingsDescription": {
"message": "Siti autorizzati ad accedere ai tuoi accounts"
},
"addSite": {
"message": "Aggiungi Sito"
},
"addSiteDescription": {
"message": "Aggiungi un sito autorizzato ad accedere ai tuoi accounts, utile per dapps obsolete"
},
"connected": {
"message": "Connesso"
},
"connectedDescription": {
"message": "La lista di siti web autorizzati ad accedere ai tuoi indirizzi"
},
"contacts": {
"message": "Contatti"
},

@ -1,16 +1,28 @@
{
"privacyModeDefault": {
"message": "プライバシーモードがデフォルトで有効になりました"
},
"chartOnlyAvailableEth": {
"message": "チャートはEthereumネットワークでのみ利用可能です。"
},
"confirmClear": {
"message": "承認されたウェブサイトをクリアしてもよろしいですか?"
},
"contractInteraction": {
"message": "コントラクトへのアクセス"
},
"clearApprovalData": {
"message": "承認データのクリア"
},
"reject": {
"message": "拒否"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 はあなたのアカウントにアクセスしようとしています。"
},
"providerRequestInfo": {
"message": "下記のドメインは、Ethereumブロックチェーンとやり取りできるようにEthereum APIへのアクセスをリクエストしようとしています。 Web3アクセスを承認する前に、正しいサイトにいることを常に確認してください。"
},
"aboutSettingsDescription": {
"message": "バージョンやサポート、問合せ先など"
},
@ -72,7 +84,7 @@
"message": "推奨トークンを追加"
},
"addAcquiredTokens": {
"message": "MetaMaskで獲得したトークンを追加する"
"message": "Metamaskで獲得したトークンを追加する"
},
"amount": {
"message": "金額"
@ -124,6 +136,10 @@
"balanceIsInsufficientGas": {
"message": "現在のガス総量に対して残高が不足しています"
},
"betweenMinAndMax": {
"message": " $1以上 $2以下にして下さい。",
"description": "helper for inputting hex as decimal input"
},
"blockiesIdenticon": {
"message": "Blockies Identicon を使用"
},
@ -157,6 +173,9 @@
"copiedExclamation": {
"message": "コピー完了!"
},
"copy": {
"message": "コピー"
},
"copyToClipboard": {
"message": "クリップボードへコピー"
},
@ -259,6 +278,10 @@
"message": "フォーセットで $1のEtherを得ることができます。",
"description": "Displays network name for Ether faucet"
},
"greaterThanMin": {
"message": " $1以上にして下さい。",
"description": "helper for inputting hex as decimal input"
},
"here": {
"message": "ここ",
"description": "as in -click here- for more information (goes with troubleTokenBalances)"
@ -311,6 +334,10 @@
"learnMore": {
"message": "詳細"
},
"lessThanMax": {
"message": " $1以下にして下さい。",
"description": "helper for inputting hex as decimal input"
},
"likeToAddTokens": {
"message": "トークンを追加しますか?"
},
@ -389,6 +416,9 @@
"message": "秘密鍵をここにペーストして下さい:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "パスフレーズをここにペーストして下さい!"
},
"privacyMsg": {
"message": "プライバシーポリシー"
},
@ -480,6 +510,9 @@
"sigRequest": {
"message": "署名リクエスト"
},
"submit": {
"message": "送信"
},
"terms": {
"message": "利用規約"
},

@ -1,10 +1,19 @@
{
"privacyModeDefault": {
"message": "ಗಯತ ಅನ ಆಗಿ ಸಕಿಯಗಿಸಲಿ"
},
"chartOnlyAvailableEth": {
"message": "ಎಥಿಯಮವರಗಳಲಿರವಗಳ ಲಭಯವಿತವ."
},
"confirmClear": {
"message": "ನ ಅನಿಿದ ವಗಳನರವಿಸಲ ಬಯಸಿ?"
},
"contractInteraction": {
"message": "ಒಪದದ ಸವಹನ"
},
"clearApprovalData": {
"message": "ಗಯತವನರವಿಿ"
},
"appName": {
"message": "MetaMask",
"description": "The name of the application"
@ -12,14 +21,17 @@
"reject": {
"message": "ತಿರಸಕರಿಿ"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 ನಿಮ ಖಪರಿಸಲ ಬಯಸಿ"
},
"providerRequestInfo": {
"message": "ಈ ಸಿಮ ಪರಸತ ಖಿಸವನಿಸಲರವಶವನಿಿಿ. ನವಹನ ನಡವ ಸಗಳನಿಿಿದನಗಲ ಖಚಿತಪಡಿಿಿ."
},
"about": {
"message": "ಕಿ"
},
"aboutSettingsDescription": {
"message": "ಆವಿ, ಬಬಲ ಕರ ಮತಪರಕ ಮಿಿ"
"message": "ಆವಿ, ಬಬಲ ಕರ ಮತಪರಕ ಮಿಿ."
},
"acceleratingATransaction": {
"message": "* ಹಿನ ಗಯನ ಬಳಸಿ ವಹಿಟನಗಗಿದರಿದ ನವರಗವಿರಕಿವ ಸಯತಗಳನ ಅದಿತದ, ಆದರ ಇದಗಲ ಖಚಿತವಿಿಲ."
@ -55,7 +67,7 @@
"message": "ಸಿತ"
},
"advancedSettingsDescription": {
"message": "ಡವಲಪರಿಯಗಳನರವಿಿ, ರಯದ ಲಗಳನಿ, ಖಯನ ಮರಿಿ, ಟಿಿ ಮತ ಕಸಟಮ RPC"
"message": "ಡವಲಪರಿಯಗಳನರವಿಿ, ರಯದ ಲಗಳನಿ, ಖಯನ ಮರಿಿ, ಟಿಿ ಮತ ಕಸಟಮ RPC."
},
"advancedOptions": {
"message": "ಸಿತ ಆಯಗಳ"
@ -145,6 +157,10 @@
"basic": {
"message": "ಮಲ"
},
"betweenMinAndMax": {
"message": " $1 ಗಿತಲಿರಬ ಅಥವ ಸಮನಿರಬ ಮತ $2 ಗಿತಲ ಕಡಿ ಇರಬ ಅಥವ ಸಮನಿರಬ.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "ಅನಷಕವನಿಿಿ"
},
@ -236,6 +252,9 @@
"connect": {
"message": "ಸಪರಿ"
},
"connectRequest": {
"message": "ವಿಿಯನಪರಕಪಡಿಿ"
},
"connectingTo": {
"message": "$1 ಗಪರಕಪಡಿಸಲಿ"
},
@ -275,6 +294,9 @@
"copiedExclamation": {
"message": "ನಕಲಿಸಲಿ!"
},
"copy": {
"message": "ನಕಲಿ"
},
"copyAddress": {
"message": "ವಿಸವನಿ ನಕಲಿಿ"
},
@ -353,6 +375,9 @@
"directDepositEtherExplainer": {
"message": "ನ ಈಗಗಲಲವ ಎಥರಿದರ, ನರ ಠವಣಿಲಕ ನಿಮ ಹಸ ವನಲಿ ಎಥರ ಅನ ಪಡವ ತವರಿತ ಮಗ."
},
"dismiss": {
"message": "ವಜಿಿ"
},
"done": {
"message": "ಮಿಿ"
},
@ -518,6 +543,10 @@
"getStarted": {
"message": "ಪಭಗಿ"
},
"greaterThanMin": {
"message": " $1 ಗಿತಲಿರಬ ಅಥವ ಸಮನಿರಬ.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "ನಿಮನಿ ನಮಗಷವಿ."
},
@ -636,6 +665,10 @@
"ledgerAccountRestriction": {
"message": "ನಸದನಿದರ ಮದಲಿಮ ಹಿಿನ ಖಯನ ಬಳಸಬ."
},
"lessThanMax": {
"message": "$1 ಗಿತ ಕಡಿ ಅಥವ ಸಮನಿರಬ.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "ಹ, ಹಿಣ!"
},
@ -837,6 +870,9 @@
"message": "ನಿಮ ಖಸಗಿರಮಖ ಸಿ ಅನ ಇಲಿ ನಕಲಿಿ:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "ನಿಮ ಸ ಅನ ಇಲಿ ನಕಲಿಿ!"
},
"pending": {
"message": "ಬಿಿ"
},
@ -1150,6 +1186,9 @@
"storePhrase": {
"message": "ಈ ಫ ಅನವರಿಹಕದಲಿ 1Password ರಪದಲಿರಹಿಿ."
},
"submit": {
"message": "ಸಲಿ"
},
"submitted": {
"message": "ಸಲಿಸಲಿ"
},
@ -1317,6 +1356,9 @@
"userName": {
"message": "ಬಳಕರಹಸರ"
},
"validFileImport": {
"message": "ನ ಆಮದಡಲಯ ಫ ಅನ ಆಯಡಬ."
},
"viewAccount": {
"message": "ಖಯನಿಿ"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "이제 프라이버시 모드가 기본 설정으로 활성화됐습니다"
},
"chartOnlyAvailableEth": {
"message": "이더리움 네트워크에서만 사용 가능한 차트."
},
"confirmClear": {
"message": "승인 된 웹 사이트를 삭제 하시겠습니까?"
},
"contractInteraction": {
"message": "계약 상호 작용"
},
"clearApprovalData": {
"message": "승인 데이터 삭제"
},
"reject": {
"message": "거부"
},
"likeToConnect": {
"providerRequest": {
"message": "$1이 당신의 계정에 연결하길 원합니다."
},
"providerRequestInfo": {
"message": "아래 나열된 도메인은 Web3 API에 대한 액세스를 요청하여 Ethereum 블록 체인과 상호 작용할 수 있습니다. Ethereum 액세스를 승인하기 전에 항상 올바른 사이트에 있는지 다시 확인하십시오."
},
"about": {
"message": "정보"
},
"aboutSettingsDescription": {
"message": "버전, 지원 센터, 그리고 연락처 정보"
"message": "버전, 지원 센터, 그리고 연락처 정보."
},
"acceleratingATransaction": {
"message": "* 더 높은 가스 요금을 사용하여 트랜잭션을 가속화하면 네트워크에 의해 더 빨리 처리될 가능성이 증가하지만 항상 빠른 처리가 보장되는 것은 아닙니다."
@ -51,7 +63,7 @@
"message": "고급"
},
"advancedSettingsDescription": {
"message": "개발자 기능 사용, 상태 로그 다운로드, 계정 재설정, 테스트넷 및 사용자 정의 RPC 설정"
"message": "개발자 기능 사용, 상태 로그 다운로드, 계정 재설정, 테스트넷 및 사용자 정의 RPC 설정."
},
"advancedOptions": {
"message": "고급 옵션"
@ -142,6 +154,10 @@
"balanceIsInsufficientGas": {
"message": "현재 가스 총합에 대해 잔액이 부족합니다"
},
"betweenMinAndMax": {
"message": "$1 이상 $2 이하여야 합니다.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "익스플로러 차단"
},
@ -233,6 +249,9 @@
"connect": {
"message": "연결"
},
"connectRequest": {
"message": "연결 요청"
},
"connectingTo": {
"message": "$1에 연결"
},
@ -272,6 +291,9 @@
"copiedExclamation": {
"message": "복사됨!"
},
"copy": {
"message": "복사"
},
"copyAddress": {
"message": "클립보드로 주소 복사"
},
@ -350,6 +372,9 @@
"directDepositEtherExplainer": {
"message": "약간의 이더를 이미 보유하고 있다면, 새로 만든 지갑에 직접 입금하여 이더를 보유할 수 있습니다."
},
"dismiss": {
"message": "숨기기"
},
"done": {
"message": "완료"
},
@ -515,6 +540,10 @@
"getStarted": {
"message": "시작하기"
},
"greaterThanMin": {
"message": "$1 이상이어야 합니다.",
"description": "helper for inputting hex as decimal input"
},
"hardware": {
"message": "하드웨어"
},
@ -630,6 +659,10 @@
"ledgerAccountRestriction": {
"message": "새 계정을 추가하려면 최소 마지막 계정을 사용해야 합니다."
},
"lessThanMax": {
"message": "$1 이하여야합니다.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "네, 설정해볼게요!"
},
@ -828,6 +861,9 @@
"message": "개인키를 입력해주세요:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "시드 구문을 이곳에 붙여넣어 주세요!"
},
"pending": {
"message": "펜딩 중"
},
@ -1141,6 +1177,9 @@
"storePhrase": {
"message": "이 구문을 1Password같은 암호 관리자에 저장하세요."
},
"submit": {
"message": "제출"
},
"submitted": {
"message": "제출됨"
},
@ -1308,6 +1347,9 @@
"userName": {
"message": "사용자이름"
},
"validFileImport": {
"message": "가져오기 위해 유효한 파일을 선택해야 합니다."
},
"viewAccount": {
"message": "계정 보기"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "Dabar privatumo režimas suaktyvintas pagal numatytąją nuostatą"
},
"chartOnlyAvailableEth": {
"message": "Diagramos yra tik „Ethereum“ tinkluose."
},
"confirmClear": {
"message": "Ar tikrai norite panaikinti patvirtintas svetaines?"
},
"contractInteraction": {
"message": "Sutartinė sąveika"
},
"clearApprovalData": {
"message": "Išvalyti asmeninius duomenis"
},
"reject": {
"message": "Atmesti"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 norėtų prisijungti prie jūsų paskyros"
},
"providerRequestInfo": {
"message": "Ši svetainė prašo prieigos peržiūrėti jūsų dabartinės paskyros adresą. Visada patikrinkite, ar pasitikite svetainėmis, su kuriomis sąveikaujate."
},
"about": {
"message": "Apie"
},
"aboutSettingsDescription": {
"message": "Versija, palaikymo centras ir kontaktinė informacija"
"message": "Versija, palaikymo centras ir kontaktinė informacija."
},
"acceleratingATransaction": {
"message": "Operacijos paspartinimas naudojantis didesne dujų kaina padidina galimybes, kad ji bus greičiau apdorota tinkle, tačiau tai ne visada garantuojama. "
@ -51,7 +63,7 @@
"message": "Išplėstiniai"
},
"advancedSettingsDescription": {
"message": "Prieigos kūrėjo funkcijos, būsenos žurnalų atsiuntimas, paskyros atstatymas, „testnet“ nustatymas ir pritaikytas RPC"
"message": "Prieigos kūrėjo funkcijos, būsenos žurnalų atsiuntimas, paskyros atstatymas, „testnet“ nustatymas ir pritaikytas RPC."
},
"advancedOptions": {
"message": "Išplėstinės parinktys"
@ -145,6 +157,10 @@
"basic": {
"message": "Bendrieji"
},
"betweenMinAndMax": {
"message": "turi būti ne mažiau kaip $1 ir ne daugiau kaip $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Blokuoti naršyklę"
},
@ -236,6 +252,9 @@
"connect": {
"message": "Prisijungti"
},
"connectRequest": {
"message": "Prijungimo užklausa"
},
"connectingTo": {
"message": "Jungiamasi prie $1"
},
@ -275,6 +294,9 @@
"copiedExclamation": {
"message": "Nukopijuota!"
},
"copy": {
"message": "Kopijuoti"
},
"copyAddress": {
"message": "Kopijuoti adresą į iškarpinę"
},
@ -353,6 +375,9 @@
"directDepositEtherExplainer": {
"message": "Jeigu jau turite šiek tiek eterių, sparčiausias būdas gauti eterių į naują piniginę yra tiesioginis įnašas."
},
"dismiss": {
"message": "Atsisakyti"
},
"done": {
"message": "Atlikta"
},
@ -518,6 +543,10 @@
"getStarted": {
"message": "Darbo pradžia"
},
"greaterThanMin": {
"message": "turi būti daugiau arba lygu $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Džiaugiamės jus matydami."
},
@ -636,6 +665,10 @@
"ledgerAccountRestriction": {
"message": "Prieš įtraukdami naują, turite pasinaudoti paskutine paskyra."
},
"lessThanMax": {
"message": "turi būti mažiau arba lygu $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Taip, pradėkime!"
},
@ -837,6 +870,9 @@
"message": "Čia įklijuokite asmeninio rakto eilutę:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Čia įklijuokite savo atkūrimo frazę!"
},
"pending": {
"message": "laukiama patvirtinimo"
},
@ -1150,6 +1186,9 @@
"storePhrase": {
"message": "Laikykite šią frazę slaptažodžių tvarkyklėje kaip 1 slaptažodį."
},
"submit": {
"message": "Pateikti"
},
"submitted": {
"message": "Pateikta"
},
@ -1317,6 +1356,9 @@
"userName": {
"message": "Vartotojo vardas"
},
"validFileImport": {
"message": "Turite pasirinkti galiojantį failą, kurį pageidaujate importuoti."
},
"viewAccount": {
"message": "Žiūrėti paskyrą"
},

@ -1,10 +1,19 @@
{
"privacyModeDefault": {
"message": "Privātais režīms tagad ieslēgts pēc noklusējuma"
},
"chartOnlyAvailableEth": {
"message": "Grafiks pieejams vienīgi Ethereum tīklos."
},
"confirmClear": {
"message": "Vai tiešām vēlaties dzēst apstiprinātās vietnes?"
},
"contractInteraction": {
"message": "Līguma mijiedarbības"
},
"clearApprovalData": {
"message": "Notīrīt konfidencialitātes datus"
},
"appName": {
"message": "MetaMask",
"description": "The name of the application"
@ -12,9 +21,12 @@
"reject": {
"message": "Noraidīt"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 vēlas izveidot savienojumu ar jūsu kontu"
},
"providerRequestInfo": {
"message": "Šī lapa pieprasa piekļuvi jūsu pašreizēja konta adreses informācijai. Vienmēr pārliecinieties, ka uzticaties lapām, kuras apmeklējat."
},
"about": {
"message": "Par"
},
@ -55,7 +67,7 @@
"message": "Papildu"
},
"advancedSettingsDescription": {
"message": "Piekļūstiet izstrādātāju funkcijām, lejupielādējiet stāvokļu žurnālus, atiestatiet kontu, iestatiet testa tīklus un pielāgotos RPC izsaukumus"
"message": "Piekļūstiet izstrādātāju funkcijām, lejupielādējiet stāvokļu žurnālus, atiestatiet kontu, iestatiet testa tīklus un pielāgotos RPC izsaukumus."
},
"advancedOptions": {
"message": "Papildu opcijas"
@ -145,6 +157,10 @@
"basic": {
"message": "Pamata"
},
"betweenMinAndMax": {
"message": "jābūt lielākai par vai vienādai ar $1 un mazākai par vai vienādai ar $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Bloķēt Explorer"
},
@ -236,6 +252,9 @@
"connect": {
"message": "Pievienošana"
},
"connectRequest": {
"message": "Savienojuma pieprasījums"
},
"connectingTo": {
"message": "Pieslēdzas $1"
},
@ -275,6 +294,9 @@
"copiedExclamation": {
"message": "Nokopēts!"
},
"copy": {
"message": "Kopēt"
},
"copyAddress": {
"message": "Iekopēt adresi starpliktuvē"
},
@ -353,6 +375,9 @@
"directDepositEtherExplainer": {
"message": "Ja jums jau ir Ether, tad visātrāk Ether savā makā varat saņemt ar tiešo iemaksu."
},
"dismiss": {
"message": "Noraidīt"
},
"done": {
"message": "Pabeigts"
},
@ -514,6 +539,10 @@
"getStarted": {
"message": "Sākt darbu"
},
"greaterThanMin": {
"message": "jābūt lielākam par vai vienādam ar $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Priecājamies jūs redzēt!"
},
@ -632,6 +661,10 @@
"ledgerAccountRestriction": {
"message": "Jums jāizmanto pēdējais konts pirms varat pievienot jaunu."
},
"lessThanMax": {
"message": "jābūt mazākam par vai vienādam ar $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Jā, sāksim iestatīšanu!"
},
@ -833,6 +866,9 @@
"message": "Ielīmējiet privātās atslēgas rindu šeit:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Iekopējiet savu atkopšanas frāzi šeit!"
},
"pending": {
"message": "gaida"
},
@ -1146,6 +1182,9 @@
"storePhrase": {
"message": "Saglabājiet šo frāzi paroļu pārvaldniekā, piemēram, 1Password."
},
"submit": {
"message": "Iesniegt"
},
"submitted": {
"message": "Iesniegts"
},
@ -1313,6 +1352,9 @@
"userName": {
"message": "Lietotājvārds"
},
"validFileImport": {
"message": "Importēšanai jāatlasa derīga datne."
},
"viewAccount": {
"message": "Skatīt kontu"
},

@ -42,6 +42,9 @@
"connect": {
"message": "കണകക"
},
"copy": {
"message": "പകരക"
},
"copyToClipboard": {
"message": "കിർഡി പകർതക"
},
@ -54,6 +57,9 @@
"details": {
"message": "വിശദശങങൾ"
},
"dismiss": {
"message": "ബഹികരിക"
},
"done": {
"message": "പർതിി"
},
@ -125,6 +131,9 @@
"settings": {
"message": "കരമകരണങങള"
},
"submit": {
"message": "സമരി"
},
"tryAgain": {
"message": "വരമിക"
},

@ -42,6 +42,9 @@
"connect": {
"message": "कनट कर"
},
"copy": {
"message": "क कर"
},
"copyToClipboard": {
"message": "किपबडवर क कर"
},
@ -54,6 +57,9 @@
"details": {
"message": "तपशल"
},
"dismiss": {
"message": "डिसमिस कर"
},
"done": {
"message": "पण झ"
},
@ -125,6 +131,9 @@
"settings": {
"message": "सिज"
},
"submit": {
"message": "सबमिट कर"
},
"tryAgain": {
"message": "परयतन कर"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "Mod Privasi kini diaktifkan secara lalai"
},
"chartOnlyAvailableEth": {
"message": "Carta hanya tersedia di rangkaian Ethereum."
},
"confirmClear": {
"message": "Adakah anda pasti mahu mengosongkan tapak web diluluskan?"
},
"contractInteraction": {
"message": "Interaksi Kontrak"
},
"clearApprovalData": {
"message": "Kosongkan Data Privasi"
},
"reject": {
"message": "Tolak"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 ingin menyambung kepada akaun anda"
},
"providerRequestInfo": {
"message": "Tapak ini meminta akses untuk melihat alamat akaun semasa anda. Sentiasa pastikan anda mempercayai tapak web yang anda berinteraksi."
},
"about": {
"message": "Mengenai"
},
"aboutSettingsDescription": {
"message": "Versi, pusat sokongan, dan maklumat perhubungan"
"message": "Versi, pusat sokongan, dan maklumat perhubungan."
},
"acceleratingATransaction": {
"message": "* Mempercepatkan transaksi menggunakan harga gas lebih tinggi akan meningkatkan peluang diproses oleh rangkaian lebih cepat, tetapi ini pun tidak sentiasa dijamin."
@ -51,7 +63,7 @@
"message": "Lanjutan"
},
"advancedSettingsDescription": {
"message": "Akses ciri-ciri pembangun, muat turun Log Keadaan, Set Semula Akaun, sediakan jaringan ujian dan RPC tersuai"
"message": "Akses ciri-ciri pembangun, muat turun Log Keadaan, Set Semula Akaun, sediakan jaringan ujian dan RPC tersuai."
},
"advancedOptions": {
"message": "Pilihan Lanjutan"
@ -145,6 +157,10 @@
"basic": {
"message": "Asas"
},
"betweenMinAndMax": {
"message": "mestilah lebih besar atau sama dengan $1 dan kurang atau sama dengan $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Sekat Explorer"
},
@ -233,6 +249,9 @@
"connect": {
"message": "Sambung"
},
"connectRequest": {
"message": "Sambungkan Permintaan"
},
"connectingTo": {
"message": "Menyambungkan kepada $1"
},
@ -272,6 +291,9 @@
"copiedExclamation": {
"message": "Disalin!"
},
"copy": {
"message": "Salin"
},
"copyAddress": {
"message": "Salin alamat kepada papan klip"
},
@ -344,6 +366,9 @@
"directDepositEtherExplainer": {
"message": "Jika anda sudah mempunyai Ether, cara paling cepat untuk mendapatkan Ether di dompet baru anda ialah dengan deposit langsung."
},
"dismiss": {
"message": "Singkirkan"
},
"done": {
"message": "Selesai"
},
@ -502,6 +527,10 @@
"getStarted": {
"message": "Bermula"
},
"greaterThanMin": {
"message": "mestilah melebihi atau bersamaan dengan $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Kami gembira bertemu anda."
},
@ -616,6 +645,10 @@
"ledgerAccountRestriction": {
"message": "Anda perlu menggunakan akaun terakhir anda sebelum anda boleh menambah yang baru."
},
"lessThanMax": {
"message": "mestilah kurang atau bersamaan dengan $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Ya, mari sediakannya!"
},
@ -808,6 +841,9 @@
"message": "Tampal rentetan kekunci persendirian anda di sini:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Tampal ungkapan benih anda di sini!"
},
"pending": {
"message": "menunggu"
},
@ -1121,6 +1157,9 @@
"storePhrase": {
"message": "Simpan ungkapan ini di dalam pengurus kata laluan seperti 1Password."
},
"submit": {
"message": "Serah"
},
"submitted": {
"message": "Dihantar"
},
@ -1285,6 +1324,9 @@
"userName": {
"message": "Nama pengguna"
},
"validFileImport": {
"message": "Anda mesti pilih fail yang sah untuk diimport."
},
"viewAccount": {
"message": "Paparkan Akaun"
},

@ -1,7 +1,16 @@
{
"confirmClear": {
"message": "Weet je zeker dat je goedgekeurde websites wilt wissen?"
},
"clearApprovalData": {
"message": "Gegevens over goedkeuring wissen"
},
"reject": {
"message": "Afwijzen"
},
"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."
},
"accountDetails": {
"message": "Accountgegevens"
},
@ -43,6 +52,10 @@
"balanceIsInsufficientGas": {
"message": "Onvoldoende saldo voor huidig gastotaal"
},
"betweenMinAndMax": {
"message": "moet groter zijn dan of gelijk zijn aan $1 en kleiner dan of gelijk aan $2.",
"description": "helper for inputting hex as decimal input"
},
"blockiesIdenticon": {
"message": "Gebruik Blockies Identicon"
},
@ -79,6 +92,9 @@
"copiedExclamation": {
"message": "Gekopieerde!"
},
"copy": {
"message": "Kopiëren"
},
"copyToClipboard": {
"message": "Kopieer naar klembord"
},
@ -181,6 +197,10 @@
"message": "Haal Ether uit een kraan voor de $1",
"description": "Displays network name for Ether faucet"
},
"greaterThanMin": {
"message": "moet groter zijn dan of gelijk zijn aan $1.",
"description": "helper for inputting hex as decimal input"
},
"here": {
"message": "hier",
"description": "as in -click here- for more information (goes with troubleTokenBalances)"
@ -239,6 +259,10 @@
"kovan": {
"message": "Kovan-testnetwerk"
},
"lessThanMax": {
"message": "moet kleiner zijn dan of gelijk zijn aan $1.",
"description": "helper for inputting hex as decimal input"
},
"likeToAddTokens": {
"message": "Wil je deze tokens toevoegen?"
},
@ -307,6 +331,9 @@
"message": "Plak hier uw privésleutelstring:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Plak je back-up woorden hier!"
},
"personalAddressDetected": {
"message": "Persoonlijk adres gedetecteerd. Voer het tokencontractadres in."
},
@ -410,6 +437,9 @@
"stateLogsDescription": {
"message": "Staatslogboeken bevatten uw openbare accountadressen en verzonden transacties."
},
"submit": {
"message": "voorleggen"
},
"supportCenter": {
"message": "Bezoek ons ondersteuningscentrum"
},
@ -454,6 +484,9 @@
"usedByClients": {
"message": "Gebruikt door verschillende klanten"
},
"validFileImport": {
"message": "U moet een geldig bestand selecteren om te importeren."
},
"viewAccount": {
"message": "Bekijk account"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "Personvernmodus er nå aktivert som standard"
},
"chartOnlyAvailableEth": {
"message": "Diagram kun tilgjengelig på Ethereum-nettverk."
},
"confirmClear": {
"message": "Er du sikker på at du vil tømme godkjente nettsteder?"
},
"contractInteraction": {
"message": "Kontraktssamhandling"
},
"clearApprovalData": {
"message": "Tøm personvernsdata"
},
"reject": {
"message": "Avslå"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 ønsker å forbindes med kontoen din "
},
"providerRequestInfo": {
"message": "Dette nettstedet ber om tilgang til å vise din nåværende kontoadresse. Alltid kontroller at du stoler på nettstedene du samhandler med."
},
"about": {
"message": "Info"
},
"aboutSettingsDescription": {
"message": "Versjon, brukerstøtte og kontaktinformasjon"
"message": "Versjon, brukerstøtte og kontaktinformasjon."
},
"acceleratingATransaction": {
"message": "* Akselerering av en transaksjon ved å bruke en høyere datakraftspris øker sjansene for å bli behandlet av nettverket raskere, men det er ikke alltid garantert."
@ -51,7 +63,7 @@
"message": "Avansert"
},
"advancedSettingsDescription": {
"message": "Få tilgang til utviklerfunksjoner, last ned tilstandslogger, tilbakestill konto, installer testnett og tilpasset RPC"
"message": "Få tilgang til utviklerfunksjoner, last ned tilstandslogger, tilbakestill konto, installer testnett og tilpasset RPC."
},
"advancedOptions": {
"message": "Avanserte valg"
@ -145,6 +157,10 @@
"basic": {
"message": "Enkle"
},
"betweenMinAndMax": {
"message": "må være større enn eller det samme som $1 og mindre enn eller det samme som $2. ",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Blokkér Explorer"
},
@ -233,6 +249,9 @@
"connect": {
"message": "Koble til"
},
"connectRequest": {
"message": "Kontaktforespørsel "
},
"connectingTo": {
"message": "Forbinder til $1 "
},
@ -272,6 +291,9 @@
"copiedExclamation": {
"message": "Kopiert!"
},
"copy": {
"message": "Kopier"
},
"copyAddress": {
"message": "Kopier adresse til utklippstavlen "
},
@ -350,6 +372,9 @@
"directDepositEtherExplainer": {
"message": "Hvis du allerede har noe Ether, er den raskeste måten å få Ether i den nye lommeboken din på ved hjelp av direkte innskudd."
},
"dismiss": {
"message": "Lukk"
},
"done": {
"message": "Ferdig"
},
@ -511,6 +536,10 @@
"getStarted": {
"message": "Kom i gang"
},
"greaterThanMin": {
"message": "Må være mer enn eller tilsvarende $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Vi er glade for å se deg "
},
@ -626,6 +655,10 @@
"ledgerAccountRestriction": {
"message": "Du må bruke den siste kontoen din før du kan legge til en ny."
},
"lessThanMax": {
"message": "Må være mindre eller likt som $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Ja, la oss komme i gang!"
},
@ -827,6 +860,9 @@
"message": "Lim inn din private nøkkelstreng her:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Lim inn seed-frasen din her!"
},
"pending": {
"message": "i påvente "
},
@ -1128,6 +1164,9 @@
"storePhrase": {
"message": "Lagre denne frasen i en passordbehandler slik som 1Password."
},
"submit": {
"message": "Send"
},
"submitted": {
"message": "Sendt inn"
},
@ -1289,6 +1328,9 @@
"userName": {
"message": "Brukernavn"
},
"validFileImport": {
"message": "Du må velge en gyldig fil å importere"
},
"viewAccount": {
"message": "Se konto"
},

@ -1,4 +1,10 @@
{
"confirmClear": {
"message": "Sigurado ka bang gusto mong i-clear ang mga naaprubahang website?"
},
"clearApprovalData": {
"message": "Tanggalin ang data ng pag-apruba"
},
"appName": {
"message": "MetaMask",
"description": "The name of the application"
@ -9,6 +15,9 @@
"reject": {
"message": "Tanggihan"
},
"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."
},
"accountDetails": {
"message": "Detalye ng Account"
},
@ -37,6 +46,10 @@
"balanceIsInsufficientGas": {
"message": "Kulang ang balanse para sa kasalukuyang gas total"
},
"betweenMinAndMax": {
"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"
},
"buyCoinSwitch": {
"message": "Bumili sa CoinSwitch"
},
@ -67,6 +80,9 @@
"copiedExclamation": {
"message": "Kinopya!"
},
"copy": {
"message": "Kinopya"
},
"copyToClipboard": {
"message": "Kinopya sa clipboard"
},
@ -151,6 +167,10 @@
"message": "Kumuha ng Ether mula sa faucet para sa $1",
"description": "Ipinapakita ang pangalan ng network para sa Ether faucet"
},
"greaterThanMin": {
"message": "dapat mas malaki o katumbas ng $1.",
"description": "helper para sa pag-input ng hex bilang decimal input"
},
"here": {
"message": "i-click ito",
"description": "tulad ng -i-click dito- para sa mas maraming impormasyon (kasama ng troubleTokenBalances)"
@ -184,6 +204,10 @@
"invalidInput": {
"message": "Invalid ang input."
},
"lessThanMax": {
"message": "dapat mas mababa o katumbas ng $1.",
"description": "helper para sa pag-input ng hex bilang decimal input"
},
"loading": {
"message": "Naglo-load..."
},
@ -228,6 +252,9 @@
"message": "I-paste dito ang iyong private key string:",
"description": "Para sa pag-import ng account mula sa private key"
},
"pasteSeed": {
"message": "I-paste dito ang iyong seed phrase!"
},
"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."
},
@ -276,6 +303,9 @@
"sigRequest": {
"message": "Hiling na Signature"
},
"submit": {
"message": "I-submit"
},
"toETHviaShapeShift": {
"message": "$1 sa ETH sa pamamagitan ng ShapeShift",
"description": "Pupunan ng system ang deposit type sa simula ng mensahe"

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "Tryb prywatny jest domyślnie włączony"
},
"chartOnlyAvailableEth": {
"message": "Wykres dostępny tylko w sieciach Ethereum"
},
"confirmClear": {
"message": "Czy na pewno chcesz usunąć zatwierdzone strony internetowe?"
},
"contractInteraction": {
"message": "Interakcja z kontraktem"
},
"clearApprovalData": {
"message": "Usuń dane poufne"
},
"reject": {
"message": "Odrzuć"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 chce połączyć się z Twoim kontem"
},
"providerRequestInfo": {
"message": "Ta strona prosi o dostęp, aby zobaczyć adres Twojego aktualnego konta. Zawsze upewnij się, że ufasz stronom, z którymi wchodzisz w interakcję."
},
"about": {
"message": "Informacje"
},
"aboutSettingsDescription": {
"message": "Wersja, centrum wsparcia i dane kontaktowe"
"message": "Wersja, centrum wsparcia i dane kontaktowe."
},
"acceleratingATransaction": {
"message": "* Przyspieszenie transakcji poprzez zastosowanie wyższej ceny gazu zwiększa szanse na jej szybsze przetworzenie przez sieć, jednak skuteczność tej operacji nie jest gwarantowana."
@ -51,7 +63,7 @@
"message": "Zaawansowane"
},
"advancedSettingsDescription": {
"message": "Dostęp do funkcji programisty, pobieranie dzienników stanu, resetowanie konta, konfigurowanie sieci testowych i niestandardowe RPC"
"message": "Dostęp do funkcji programisty, pobieranie dzienników stanu, resetowanie konta, konfigurowanie sieci testowych i niestandardowe RPC."
},
"advancedOptions": {
"message": "Opcje zaawansowane"
@ -145,6 +157,10 @@
"basic": {
"message": "Podstawy"
},
"betweenMinAndMax": {
"message": "musi być większe lub równe $1 i mniejsze lub równe $2,",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Przeglądaj blok"
},
@ -233,6 +249,9 @@
"connect": {
"message": "Połącz"
},
"connectRequest": {
"message": "Potwierdź żądanie"
},
"connectingTo": {
"message": "Łączenie z $1"
},
@ -272,6 +291,9 @@
"copiedExclamation": {
"message": "Skopiowane!"
},
"copy": {
"message": "Skopiuj"
},
"copyAddress": {
"message": "Skopiuj adres do schowka"
},
@ -350,6 +372,9 @@
"directDepositEtherExplainer": {
"message": "Jeśli już masz Eter, najszybciej umieścisz go w swoim nowym portfelu przy pomocy bezpośredniego depozytu."
},
"dismiss": {
"message": "Zamknij"
},
"done": {
"message": "Gotowe"
},
@ -515,6 +540,10 @@
"getStarted": {
"message": "Rozpocznij"
},
"greaterThanMin": {
"message": "musi być większe lub równe $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Cieszymy się, że tu jesteś."
},
@ -633,6 +662,10 @@
"ledgerAccountRestriction": {
"message": "Musisz użyć swojego poprzedniego konta zanim dodasz kolejne."
},
"lessThanMax": {
"message": "musi być mniejsze lub równe $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Tak, zacznijmy od początku!"
},
@ -828,6 +861,9 @@
"message": "Tutaj wklej swój prywatny klucz:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Tutaj wklej swoją frazę seed!"
},
"pending": {
"message": "oczekiwanie"
},
@ -1141,6 +1177,9 @@
"storePhrase": {
"message": "Przechowuj tę frazę w menedżerze haseł, takim jak 1Password."
},
"submit": {
"message": "Wyślij"
},
"submitted": {
"message": "Wysłane"
},
@ -1302,6 +1341,9 @@
"userName": {
"message": "Nazwa użytkownika"
},
"validFileImport": {
"message": "Należy wybrać prawidłowy plik do zaimportowania."
},
"viewAccount": {
"message": "Zobacz konto"
},

@ -1,7 +1,16 @@
{
"confirmClear": {
"message": "Tem certeza de que deseja limpar sites aprovados?"
},
"clearApprovalData": {
"message": "Limpar dados de aprovação"
},
"reject": {
"message": "Rejeitar"
},
"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."
},
"account": {
"message": "Conta"
},
@ -46,6 +55,10 @@
"balanceIsInsufficientGas": {
"message": "Saldo insuficiente para a quantidade de gas total"
},
"betweenMinAndMax": {
"message": "tem de ser maior ou igual a $1 e menor ou igual a $2.",
"description": "helper for inputting hex as decimal input"
},
"blockiesIdenticon": {
"message": "Usar Blockies Identicon"
},
@ -82,6 +95,9 @@
"copiedExclamation": {
"message": "Copiado!"
},
"copy": {
"message": "Copiar"
},
"copyToClipboard": {
"message": "Copiar para o clipboard"
},
@ -187,6 +203,10 @@
"message": "Obter Ether de um faucet por $1",
"description": "Displays network name for Ether faucet"
},
"greaterThanMin": {
"message": "tem de ser maior ou igual a $1.",
"description": "helper for inputting hex as decimal input"
},
"here": {
"message": "aqui",
"description": "as in -click here- for more information (goes with troubleTokenBalances)"
@ -245,6 +265,10 @@
"kovan": {
"message": "Rede de Teste Kovan"
},
"lessThanMax": {
"message": "tem de ser menor ou igual a $1.",
"description": "helper for inputting hex as decimal input"
},
"likeToAddTokens": {
"message": "Gostaria de adicionar estes tokens?"
},
@ -317,6 +341,9 @@
"message": "Cole aqui a sua chave privada:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Cole aqui a sua frase seed!"
},
"personalAddressDetected": {
"message": "Endereço pessoal detectado. Introduza o endereço do contrato do token."
},
@ -420,6 +447,9 @@
"stateLogsDescription": {
"message": "Registo de estado podem conter o seu endereço e transações enviadas da sua conta pública."
},
"submit": {
"message": "Submeter"
},
"supportCenter": {
"message": "Visitar o nosso Centro de Suporte"
},
@ -464,6 +494,9 @@
"usedByClients": {
"message": "Utilizado por vários tipos de clientes"
},
"validFileImport": {
"message": "Deve selecionar um ficheiro válido para importar."
},
"viewAccount": {
"message": "Ver Conta"
},

@ -1,10 +1,19 @@
{
"privacyModeDefault": {
"message": "O Modo de Privacidade está ativado por padrão"
},
"chartOnlyAvailableEth": {
"message": "Tabela disponível apenas em redes de Ethereum."
},
"confirmClear": {
"message": "Tem certeza de que deseja limpar os sites aprovados?"
},
"contractInteraction": {
"message": "Interação do Contrato"
},
"clearApprovalData": {
"message": "Limpar Dados de Privacidade"
},
"appName": {
"message": "MetaMask",
"description": "The name of the application"
@ -12,14 +21,17 @@
"reject": {
"message": "Rejeitar"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 gostaria de se conectar à sua conta"
},
"providerRequestInfo": {
"message": "Este site está solicitando acesso para visualizar o seu endereço de conta atual. Certifique-se sempre de confiar nos sites com os quais você interage."
},
"about": {
"message": "Sobre"
},
"aboutSettingsDescription": {
"message": "Versão, centro de apoio e informações de contato"
"message": "Versão, centro de apoio e informações de contato."
},
"acceleratingATransaction": {
"message": "* Acelerar uma transação usando um preço de gás mais alto aumenta suas chances de a rede processá-la de forma mais rápida, mas isso nem sempre é garantido."
@ -55,7 +67,7 @@
"message": "Avançado"
},
"advancedSettingsDescription": {
"message": "Acesse recursos do desenvolvedor, baixe registros de estado, redefina a conta, configure testnets e personalize RPC"
"message": "Acesse recursos do desenvolvedor, baixe registros de estado, redefina a conta, configure testnets e personalize RPC."
},
"advancedOptions": {
"message": "Opções avançadas"
@ -145,6 +157,10 @@
"basic": {
"message": "Básicas"
},
"betweenMinAndMax": {
"message": "deve ser maior ou igual a $1 e menor ou igual a $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerView": {
"message": "Ver conta em $1",
"description": "$1 replaced by URL for custom block explorer"
@ -230,6 +246,9 @@
"connect": {
"message": "Conectar-se"
},
"connectRequest": {
"message": "Solicitação de Conexão"
},
"connectingTo": {
"message": "Conectando a $1"
},
@ -269,6 +288,9 @@
"copiedExclamation": {
"message": "Copiado!"
},
"copy": {
"message": "Copiar"
},
"copyAddress": {
"message": "Copiar endereço para a área de transferência"
},
@ -347,6 +369,9 @@
"directDepositEtherExplainer": {
"message": "Se você já tem Ether, a forma mais rápida de colocá-lo em sua nova carteira é o depósito direto."
},
"dismiss": {
"message": "Dispensar"
},
"done": {
"message": "Concluído"
},
@ -512,6 +537,10 @@
"getStarted": {
"message": "Primeiros passos"
},
"greaterThanMin": {
"message": "deve ser maior ou igual a $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Estamos felizes em vê-lo."
},
@ -630,6 +659,10 @@
"ledgerAccountRestriction": {
"message": "Você precisa usar sua última conta antes de adicionar uma nova."
},
"lessThanMax": {
"message": "deve ser inferior ou igual a $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Sim, vamos configurar!"
},
@ -822,6 +855,9 @@
"message": "Cole a string de sua chave particular aqui:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Cole sua seed phrase aqui!"
},
"pending": {
"message": "pendente"
},
@ -1135,6 +1171,9 @@
"storePhrase": {
"message": "Guarde esta frase em um gerenciador de senhas como o 1Password."
},
"submit": {
"message": "Enviar"
},
"submitted": {
"message": "Enviado"
},
@ -1296,6 +1335,9 @@
"userName": {
"message": "Nome de usuário"
},
"validFileImport": {
"message": "Você precisa selecionar um arquivo válido para importar."
},
"viewAccount": {
"message": "Visualizar conta"
},

@ -48,6 +48,9 @@
"copiedExclamation": {
"message": "Copiado!"
},
"copy": {
"message": "Copiar"
},
"copyToClipboard": {
"message": "Copiar para a área de transferência"
},
@ -63,6 +66,9 @@
"details": {
"message": "Detalhes"
},
"dismiss": {
"message": "Ignorar"
},
"done": {
"message": "Concluído"
},
@ -150,6 +156,9 @@
"settings": {
"message": "Definições"
},
"submit": {
"message": "Submeter"
},
"tips": {
"message": "Doações"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "Modul de confidențialitate este activat acum în mod implicit"
},
"chartOnlyAvailableEth": {
"message": "Grafic disponibil numai pe rețelele Ethereum."
},
"confirmClear": {
"message": "Sunteți sigur că doriți să ștergeți site-urile aprobate?"
},
"contractInteraction": {
"message": "Interacțiune contract"
},
"clearApprovalData": {
"message": "Ștergeți datele confidențiale"
},
"reject": {
"message": "Respingeți"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 ar dori să se conecteze la contul dvs."
},
"providerRequestInfo": {
"message": "Acest site solicită acces pentru a vedea adresa curentă a contului dvs. Asigurați-vă întotdeauna că aveți încredere în site-urile cu care interacționați."
},
"about": {
"message": "Despre"
},
"aboutSettingsDescription": {
"message": "Versiune, centru de asistență și date de contact"
"message": "Versiune, centru de asistență și date de contact."
},
"acceleratingATransaction": {
"message": "* Accelerarea unei tranzacții folosind un preț în gas mai mare îi crește șansele de a fi procesată mai rapid de rețea, însă acest lucru nu este garantat întotdeauna."
@ -51,7 +63,7 @@
"message": "Avansate"
},
"advancedSettingsDescription": {
"message": "Accesați funcții pentru dezvoltatori, descărcați Jurnale de stare, resetați contul, configurați rețele de test și RPC personalizat"
"message": "Accesați funcții pentru dezvoltatori, descărcați Jurnale de stare, resetați contul, configurați rețele de test și RPC personalizat."
},
"advancedOptions": {
"message": "Opțiuni avansate"
@ -145,6 +157,10 @@
"basic": {
"message": "De bază"
},
"betweenMinAndMax": {
"message": "trebuie să fie mai mare sau egal cu $1 și mai mic sau egal cu $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Explorator blocuri"
},
@ -236,6 +252,9 @@
"connect": {
"message": "Conectează-te"
},
"connectRequest": {
"message": "Solicitare de conectare"
},
"connectingTo": {
"message": "Se conectează la $1"
},
@ -275,6 +294,9 @@
"copiedExclamation": {
"message": "Copiat!"
},
"copy": {
"message": "Copiază"
},
"copyAddress": {
"message": "Copiere adresă în clipboard"
},
@ -353,6 +375,9 @@
"directDepositEtherExplainer": {
"message": "Dacă deja aveți Ether, cel mai rapid mod de a avea Ether în portofelul nou prin depunere directă."
},
"dismiss": {
"message": "Închide"
},
"done": {
"message": "Efectuat"
},
@ -511,6 +536,10 @@
"getStarted": {
"message": "Începe"
},
"greaterThanMin": {
"message": "trebuie să fie mai mare sau egal cu $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Ne pare bine să vă vedem."
},
@ -626,6 +655,10 @@
"ledgerAccountRestriction": {
"message": "Trebuie să folosiți ultimul cont înainte să adăugați altul."
},
"lessThanMax": {
"message": "trebuie să fie mai mic sau egal cu $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Da, hai să configurăm!"
},
@ -824,6 +857,9 @@
"message": "Lipiți aici șirul de chei private:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Copiați-vă expresia seed aici!"
},
"pending": {
"message": "în așteptare"
},
@ -1137,6 +1173,9 @@
"storePhrase": {
"message": "Păstrați această expresie într-un program de gestionare a parolelor cum ar fi 1Password."
},
"submit": {
"message": "Trimite"
},
"submitted": {
"message": "Trimis"
},
@ -1298,6 +1337,9 @@
"userName": {
"message": "Nume utilizator"
},
"validFileImport": {
"message": "Trebuie să selectați un fișier valabil pentru importare."
},
"viewAccount": {
"message": "Afișați contul"
},

@ -1,7 +1,16 @@
{
"confirmClear": {
"message": "Вы уверены, что хотите очистить утвержденные веб-сайты?Tem certeza de que deseja limpar sites aprovados?"
},
"clearApprovalData": {
"message": "Четкие данные об утверждении"
},
"reject": {
"message": "Отклонить"
},
"providerRequestInfo": {
"message": "Домен, указанный ниже, пытается запросить доступ к API-интерфейсу Ethereum, чтобы он мог взаимодействовать с блокчейном Ethereum. Всегда проверяйте, что вы находитесь на правильном сайте, прежде чем одобрять доступ к веб-сайту."
},
"account": {
"message": "Счет"
},
@ -49,6 +58,10 @@
"balanceIsInsufficientGas": {
"message": "Недостаточный баланс для текущего объема газа"
},
"betweenMinAndMax": {
"message": "должно быть больше или равно $1 и меньше или равно $2.",
"description": "helper for inputting hex as decimal input"
},
"blockiesIdenticon": {
"message": "Использовать Blockies Identicon"
},
@ -103,6 +116,9 @@
"copiedExclamation": {
"message": "Скопировано!"
},
"copy": {
"message": "Скопировать"
},
"copyToClipboard": {
"message": "Скопировать в буфер обмена"
},
@ -214,6 +230,10 @@
"message": "Получить Ether из крана для $1",
"description": "Displays network name for Ether faucet"
},
"greaterThanMin": {
"message": "должно быть больше или равно $1.",
"description": "helper for inputting hex as decimal input"
},
"here": {
"message": "тут",
"description": "as in -click here- for more information (goes with troubleTokenBalances)"
@ -278,6 +298,10 @@
"learnMore": {
"message": "Узнать больше."
},
"lessThanMax": {
"message": "должно быть меньше или равно $1.",
"description": "helper for inputting hex as decimal input"
},
"likeToAddTokens": {
"message": "Вы хотите добавить эти токены?"
},
@ -353,6 +377,9 @@
"message": "Вставьте ваш закрытый ключ тут:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Вставьте вашу ключевую фразу!"
},
"personalAddressDetected": {
"message": "Обнаружен персональный адрес. Введите адрес контракта токена."
},
@ -465,6 +492,9 @@
"stateLogError": {
"message": "Ошибка при получении журнала состояния."
},
"submit": {
"message": "Отправить"
},
"submitted": {
"message": "Отправлена"
},
@ -518,6 +548,9 @@
"usedByClients": {
"message": "Используется различными клиентами"
},
"validFileImport": {
"message": "Вам нужно выбрать правильный файл для импорта."
},
"viewAccount": {
"message": "Посмотреть счет"
},
@ -536,13 +569,16 @@
"youSign": {
"message": "Вы подписываете"
},
"privacyModeDefault": {
"message": "Режим конфиденциальности теперь включен по умолчанию"
},
"chartOnlyAvailableEth": {
"message": "Диаграмма доступна только в сетях Ethereum."
},
"contractInteraction": {
"message": "Взаимодействие с контрактом"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 запрашивает доступ к вашему аккаунту"
},
"about": {
@ -695,6 +731,9 @@
"connect": {
"message": "Подключиться"
},
"connectRequest": {
"message": "Запрос на подключение"
},
"connectingTo": {
"message": "Подключение к $1"
},
@ -737,6 +776,9 @@
"deleteAccount": {
"message": "Удалить аккаунт"
},
"dismiss": {
"message": "Отклюнить"
},
"downloadGoogleChrome": {
"message": "Скачать Google Chrome"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "Režim súkromia je povolený. Je prednastavený automaticky"
},
"chartOnlyAvailableEth": {
"message": "Graf je k dispozícii iba v sieťach Ethereum."
},
"confirmClear": {
"message": "Naozaj chcete vymazať schválené webové stránky?"
},
"contractInteraction": {
"message": "Zmluvná interakcia"
},
"clearApprovalData": {
"message": "Jasné údaje o schválení"
},
"reject": {
"message": "Odmítnout"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 sa chce pripojiť k vášmu účtu"
},
"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ě."
},
"about": {
"message": "Informácie"
},
"aboutSettingsDescription": {
"message": "Verzia, centrum podpory a kontaktné informácie"
"message": "Verzia, centrum podpory a kontaktné informácie."
},
"acceleratingATransaction": {
"message": "*Urýchlenie transakcie pomocou vyššej ceny za GAS zvyšuje šance na rýchlejšie spracovanie v sieti, nie je to však vždy zaručené."
@ -51,7 +63,7 @@
"message": "Rozšírené"
},
"advancedSettingsDescription": {
"message": "Získajte prístup k vývojárskym funkciám, sťahujte si Stavové denníky, resetujte účet, nastavujte testovacie siete a vlastné RPC"
"message": "Získajte prístup k vývojárskym funkciám, sťahujte si Stavové denníky, resetujte účet, nastavujte testovacie siete a vlastné RPC."
},
"advancedOptions": {
"message": "Rozšírené nastavenia"
@ -142,6 +154,10 @@
"basic": {
"message": "Základné"
},
"betweenMinAndMax": {
"message": "musí být větší nebo roven $1 a menší nebo roven $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerView": {
"message": "Zobraziť účet na $1",
"description": "$1 replaced by URL for custom block explorer"
@ -227,6 +243,9 @@
"connect": {
"message": "Pripojenie"
},
"connectRequest": {
"message": "Požiadavka na pripojenie"
},
"connectingTo": {
"message": "Pripája sa k $1"
},
@ -266,6 +285,9 @@
"copiedExclamation": {
"message": "Zkopírováno!"
},
"copy": {
"message": "Kopírovat"
},
"copyAddress": {
"message": "Kopírovať adresu do schránky"
},
@ -344,6 +366,9 @@
"directDepositEtherExplainer": {
"message": "Pokud už vlastníte nějaký Ether, nejrychleji ho dostanete do peněženky přímým vkladem."
},
"dismiss": {
"message": "Zatvoriť"
},
"done": {
"message": "Hotovo"
},
@ -509,6 +534,10 @@
"getStarted": {
"message": "Začať"
},
"greaterThanMin": {
"message": "musí být větší nebo roven $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Sme radi, že vás vidíme."
},
@ -614,6 +643,10 @@
"ledgerAccountRestriction": {
"message": "Skôr ako budete môcť pridať nový účet, musíte použiť svoj posledný účet."
},
"lessThanMax": {
"message": "musí být menší nebo roven $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Áno, poďme to nastaviť!"
},
@ -803,6 +836,9 @@
"message": "Vložte zde svůj privátní klíč:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Svou klíčovou frázi vložte zde!"
},
"pending": {
"message": "prebieha"
},
@ -1110,6 +1146,9 @@
"storePhrase": {
"message": "Túto frázu uložte do správcu hesiel ako 1Password."
},
"submit": {
"message": "Odeslat"
},
"submitted": {
"message": "Odesláno"
},
@ -1271,6 +1310,9 @@
"userName": {
"message": "Meno používateľa"
},
"validFileImport": {
"message": "Musíte vybrat validní soubor k importu."
},
"viewAccount": {
"message": "Zobrazit účet"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "Zasebnostni način je zdaj privzeto omogočen"
},
"chartOnlyAvailableEth": {
"message": "Grafikon na voljo le v glavnih omrežjih."
},
"confirmClear": {
"message": "Ste prepričani da želite počistiti odobrene spletne strani?"
},
"contractInteraction": {
"message": "Interakcija s pogodbo"
},
"clearApprovalData": {
"message": "Počisti podatke o odobritvi"
},
"reject": {
"message": "Zavrni"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 se želi povezati z vašim računom."
},
"providerRequestInfo": {
"message": "Domena zahteva dostop do verige blokov in ogled vašega računa. Pred potrditvjo vedno preverite ali ste na želeni spletni strani."
},
"about": {
"message": "O možnostih"
},
"aboutSettingsDescription": {
"message": "Različica, center za podporo in podatki za stik"
"message": "Različica, center za podporo in podatki za stik."
},
"acceleratingATransaction": {
"message": "* Pospešitev transakcije z višjo gas ceno poveča njene možnosti za hitrejšo obdelavo v omrežju, vendar ni vedno zagotovljena."
@ -51,7 +63,7 @@
"message": "Napredno"
},
"advancedSettingsDescription": {
"message": "Dostopite do funkcij razvijalca, prenesite dnevnike držav, ponastavite račun, nastavite testne mreže in RPC po meri"
"message": "Dostopite do funkcij razvijalca, prenesite dnevnike držav, ponastavite račun, nastavite testne mreže in RPC po meri."
},
"advancedOptions": {
"message": "Napredne možnosti"
@ -145,6 +157,10 @@
"basic": {
"message": "Osnovno"
},
"betweenMinAndMax": {
"message": "mora biti večji ali enak $1 in manjši ali enak $1.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Blokiraj Explorer"
},
@ -236,6 +252,9 @@
"connect": {
"message": "Poveži"
},
"connectRequest": {
"message": "Zahteva za povezavo"
},
"connectingTo": {
"message": "Povezovanje na $1"
},
@ -275,6 +294,9 @@
"copiedExclamation": {
"message": "Kopirano!"
},
"copy": {
"message": "Kopiraj"
},
"copyAddress": {
"message": "Kopiraj naslov v odložišče"
},
@ -353,6 +375,9 @@
"directDepositEtherExplainer": {
"message": "Če že imate Ether, ga lahko najhitreje dobite v MetaMask z neposrednim vplačilom."
},
"dismiss": {
"message": "Opusti"
},
"done": {
"message": "Končano"
},
@ -512,6 +537,10 @@
"getStarted": {
"message": "Začnite"
},
"greaterThanMin": {
"message": "mora biti večji ali enak $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Veseli nas, da ste nas spet obiskali."
},
@ -624,6 +653,10 @@
"ledgerAccountRestriction": {
"message": "Za dodajanje novega računa morate uporabiti zadnji račun."
},
"lessThanMax": {
"message": "mora biti manjši ali enak $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Lotimo se nastavitev!"
},
@ -822,6 +855,9 @@
"message": "Tukaj prilepite vaš zasebni ključ:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Tukaj prilepite seed phase!"
},
"pending": {
"message": "v obdelavi"
},
@ -1132,6 +1168,9 @@
"storePhrase": {
"message": "To geslo shranite v upravitelja gesel, kot je 1Password."
},
"submit": {
"message": "Potrdi"
},
"submitted": {
"message": "Potrjeno"
},
@ -1299,6 +1338,9 @@
"userName": {
"message": "Uporabniško ime"
},
"validFileImport": {
"message": "Za uvoz morate izbrati pravilno datoteko."
},
"viewAccount": {
"message": "Poglej račun"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "Režim privatnosti je podrazumevano omogućen"
},
"chartOnlyAvailableEth": {
"message": "Grafikon dostupan jedino na mrežama Ethereum."
},
"confirmClear": {
"message": "Da li ste sigurni da želite da obrišete odobrene veb lokacije?"
},
"contractInteraction": {
"message": "Ugovorna interakcija"
},
"clearApprovalData": {
"message": "Obrišite privatne podatke"
},
"reject": {
"message": "Одбиј"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 bi hteo da se poveže sa vašim nalogom"
},
"providerRequestInfo": {
"message": "Ovaj sajt traži pristup kako bi video vašu trenutnu adresu naloga. Uvek budite sigurni da verujete sajtovima s kojima komunicirate."
},
"about": {
"message": "Основни подаци"
},
"aboutSettingsDescription": {
"message": "Verzija, centar za podršku i podaci za kontakt"
"message": "Verzija, centar za podršku i podaci za kontakt."
},
"acceleratingATransaction": {
"message": "* Time što se ubrzava transakcija koristeći veću gas cenu, povećavaju se šanse da se procesuira brže od strane mreže, ali to nije uvek zagarantovano."
@ -51,7 +63,7 @@
"message": "Напредне опције"
},
"advancedSettingsDescription": {
"message": "Pristupite funkcijama za programere, preuzmite državne evidencije, resetujte nalog, postavite testne mreže i prilagođeni RPC"
"message": "Pristupite funkcijama za programere, preuzmite državne evidencije, resetujte nalog, postavite testne mreže i prilagođeni RPC."
},
"advancedOptions": {
"message": "Dodatne opcije"
@ -145,6 +157,10 @@
"basic": {
"message": "Основна"
},
"betweenMinAndMax": {
"message": "mora biti veće od ili jednako $1 i manje od ili jednako $2",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Blok istraživač"
},
@ -233,6 +249,9 @@
"connect": {
"message": "Повезивање"
},
"connectRequest": {
"message": "Zahtev za povezivanjem"
},
"connectingTo": {
"message": "Povezuje se na $1"
},
@ -272,6 +291,9 @@
"copiedExclamation": {
"message": "Kopirano!"
},
"copy": {
"message": "Копирај"
},
"copyAddress": {
"message": "Kopirajte adresu u ostavu"
},
@ -350,6 +372,9 @@
"directDepositEtherExplainer": {
"message": "Ako već imate neki Ether, najbrži način da preuzmete Ether u svoj novi novčanik jeste direktnim deponovanjem."
},
"dismiss": {
"message": "Одбаци"
},
"done": {
"message": "Gotovo"
},
@ -515,6 +540,10 @@
"getStarted": {
"message": "Започнимо"
},
"greaterThanMin": {
"message": "mora biti veći od ili jednak $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Drago nam je da vas vidimo."
},
@ -633,6 +662,10 @@
"ledgerAccountRestriction": {
"message": "Treba da koristite svoj poslednji nalog pre nego što budete mogli da dodate novi."
},
"lessThanMax": {
"message": "mora biti manje od ili jednako $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Da, hajde da sve podesimo!"
},
@ -828,6 +861,9 @@
"message": "Ovde nalepite vaš niz privatnog ključa",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Nalepite ovde svoju početnu frazu!"
},
"pending": {
"message": "u toku"
},
@ -1141,6 +1177,9 @@
"storePhrase": {
"message": "Čuvajte ovaj izraz u menadžeru šifri kao što je 1Password."
},
"submit": {
"message": "Пошаљи"
},
"submitted": {
"message": "Prosleđeno"
},
@ -1302,6 +1341,9 @@
"userName": {
"message": "Корисничко име"
},
"validFileImport": {
"message": "Morate odabrati važeću datoteku da biste ih uvezli."
},
"viewAccount": {
"message": "Прикажи налог"
},

@ -1,10 +1,19 @@
{
"privacyModeDefault": {
"message": "Integritetsläge är nu aktiverat som standard"
},
"chartOnlyAvailableEth": {
"message": "Tabellen är endast tillgänglig på Ethereum-nätverk."
},
"confirmClear": {
"message": "Är du säker på att du vill rensa godkända webbplatser?"
},
"contractInteraction": {
"message": "Kontraktinteraktion"
},
"clearApprovalData": {
"message": "Rensa personlig data"
},
"appName": {
"message": "MetaMask",
"description": "The name of the application"
@ -12,14 +21,17 @@
"reject": {
"message": "Avvisa"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 vill ansluta till ditt konto"
},
"providerRequestInfo": {
"message": "Den här sidan begär åtkomst till din aktuella kontoadress. Se till att du kan lita på de sidor du använder dig av."
},
"about": {
"message": "Om"
},
"aboutSettingsDescription": {
"message": "Version, supportcenter och kontaktinformation"
"message": "Version, supportcenter och kontaktinformation."
},
"acceleratingATransaction": {
"message": "* Att snabba upp en överföring genom att använda ett högre gaspris ökar chanserna för att överföringen ska hanteras snabbare av nätverket, men det är inte en garanti."
@ -55,7 +67,7 @@
"message": "Avancerat"
},
"advancedSettingsDescription": {
"message": "Åtkomst till verktyg för utvecklare, ladda ner loggar, återställ konto, upprätta testnätverk och skräddarsy RPC"
"message": "Åtkomst till verktyg för utvecklare, ladda ner loggar, återställ konto, upprätta testnätverk och skräddarsy RPC."
},
"advancedOptions": {
"message": "Avancerade alternativ"
@ -145,6 +157,10 @@
"basic": {
"message": "Grunder"
},
"betweenMinAndMax": {
"message": "måste vara större än/lika med $1, eller mindre än/lika med $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Blockera Utforskaren"
},
@ -230,6 +246,9 @@
"connect": {
"message": "Ansluta"
},
"connectRequest": {
"message": "Anslutningsförfrågan"
},
"connectingTo": {
"message": "Ansluter till $1"
},
@ -269,6 +288,9 @@
"copiedExclamation": {
"message": "Kopierades!"
},
"copy": {
"message": "Kopiera"
},
"copyAddress": {
"message": "Kopiera adress till urklipp"
},
@ -347,6 +369,9 @@
"directDepositEtherExplainer": {
"message": "Om du redan har Ether är det snabbaste sättet att få Ether i din nya plånbok att göra en direktinsättning."
},
"dismiss": {
"message": "Ta bort permanent"
},
"done": {
"message": "Klart"
},
@ -508,6 +533,10 @@
"getStarted": {
"message": "Komma igång"
},
"greaterThanMin": {
"message": "måste vara större än eller lika med $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Vi är glada att se dig."
},
@ -626,6 +655,10 @@
"ledgerAccountRestriction": {
"message": "Du måste använda ditt senaste konto innan du kan lägga till ett nytt."
},
"lessThanMax": {
"message": "måste vara mindre än eller lika med $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Ja, kör igång!"
},
@ -821,6 +854,9 @@
"message": "Klistra in din privata nyckel här:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Klistra in din nyckelfras här!"
},
"pending": {
"message": "väntar"
},
@ -1134,6 +1170,9 @@
"storePhrase": {
"message": "Lagra denna fras i en lösenordshanterare såsom 1Password."
},
"submit": {
"message": "Skicka"
},
"submitted": {
"message": "Inskickat"
},
@ -1292,6 +1331,9 @@
"userName": {
"message": "Användarnamn"
},
"validFileImport": {
"message": "Du måste välja en giltig fil för att importera."
},
"viewAccount": {
"message": "Visa konto"
},

@ -1,10 +1,19 @@
{
"privacyModeDefault": {
"message": "Hali ya Faragha sasa imewezeshwa kwa chaguomsingi"
},
"chartOnlyAvailableEth": {
"message": "Zogoa inapatikana kwenye mitandao ya Ethereum pekee."
},
"confirmClear": {
"message": "Una uhakika unataka kufuta tovuti zilizodihinishwa?"
},
"contractInteraction": {
"message": "Mwingiliono wa Mkataba"
},
"clearApprovalData": {
"message": "Futa Data za Faragha"
},
"appName": {
"message": "MetaMask",
"description": "The name of the application"
@ -12,14 +21,17 @@
"reject": {
"message": "Kataa"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 ingependa kuunganishwa kwenye akaunti yako"
},
"providerRequestInfo": {
"message": "Tovuti hii inaomba idhini ya kuangalia anwani yako ya akaunti ya sasa. Daima hakikisha unaziamami tovuti ambazo unaingiliana nazo."
},
"about": {
"message": "Kuhusu"
},
"aboutSettingsDescription": {
"message": "Toleo, kituo cha msaada, na taarifa za mawasiliano"
"message": "Toleo, kituo cha msaada, na taarifa za mawasiliano."
},
"acceleratingATransaction": {
"message": "*Kuwezesha muamala kwa kutumia bei ya juu ya gesi huongeza uwezekano wake wa kushughulikiwa na mtandao haraka, lakini hauhakikishiwi siku zote."
@ -55,7 +67,7 @@
"message": "Mipangilio ya kina"
},
"advancedSettingsDescription": {
"message": "Vipengele vya idhini ya msanidi, Kumbukumbu za Hali ya kupakua, Kufuta Akaunti, mitando ya majaribio ya kuweka mipangilio na RPC maalumu"
"message": "Vipengele vya idhini ya msanidi, Kumbukumbu za Hali ya kupakua, Kufuta Akaunti, mitando ya majaribio ya kuweka mipangilio na RPC maalumu."
},
"advancedOptions": {
"message": "Machaguo ya Juu"
@ -145,6 +157,10 @@
"basic": {
"message": "Msingi"
},
"betweenMinAndMax": {
"message": "inapaswa kuwa kubwa kuliko au sawa na $1 na ndogo kuliko au sawa na $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerView": {
"message": "Tazama akaunti kwenye $1",
"description": "$1 replaced by URL for custom block explorer"
@ -230,6 +246,9 @@
"connect": {
"message": "Unganisha"
},
"connectRequest": {
"message": "Unganisha Ombi"
},
"connectingTo": {
"message": "Inaunganisha kwenye $1"
},
@ -269,6 +288,9 @@
"copiedExclamation": {
"message": "Imenakiliwa!"
},
"copy": {
"message": "Nakili"
},
"copyAddress": {
"message": "Nakili anwani kwenye ubao wa kunakilia"
},
@ -347,6 +369,9 @@
"directDepositEtherExplainer": {
"message": "Ikiwa tayari una sarafu kadhaa za Ether, njia rahisi ya kupata Ether kwenye waleti yako mpya kupitia kuweka moja kwa moja."
},
"dismiss": {
"message": "Ondoa"
},
"done": {
"message": "Imekamilika"
},
@ -508,6 +533,10 @@
"getStarted": {
"message": "Anza"
},
"greaterThanMin": {
"message": "inapaswa iwe kubwa kuliko au sawa na $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Tuna furaha kukuona"
},
@ -620,6 +649,10 @@
"ledgerAccountRestriction": {
"message": "Unapaswa kutumia akaunti yako ya mwisho kabla hujaongeza mpya."
},
"lessThanMax": {
"message": "inapaswa kuwa ndogo kuliko au sawa na $1. ",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Ndiyo, hebu tuweke mipangilio!"
},
@ -815,6 +848,9 @@
"message": "Bandika uzi wako wa ufunguo binafsi hapa:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Bandika kirai kianzio chako hapa!"
},
"pending": {
"message": "inasubiri"
},
@ -1128,6 +1164,9 @@
"storePhrase": {
"message": "Hifadhi kirai hiki kwenye kidhibiti nenosiri kama vile 1Password."
},
"submit": {
"message": "Wasilisha"
},
"submitted": {
"message": "Imewasilishwa"
},
@ -1295,6 +1334,9 @@
"userName": {
"message": "Jina la mtumiaji"
},
"validFileImport": {
"message": "Ni lazima uchague faili halali ili uhamishe."
},
"viewAccount": {
"message": "Angalia Akaunti"
},

@ -1,10 +1,19 @@
{
"confirmClear": {
"message": "அஙகரிகபபடட வலதளஙகளிசயமக நக விிகள?"
},
"clearApprovalData": {
"message": "ஒபதல தரவ அழி"
},
"approve": {
"message": "ஒபதல"
},
"reject": {
"message": "நிகரி"
},
"providerRequestInfo": {
"message": "க படியலிடபபடள ட Web3 ஏபிஐ அணகலவதறயறிிறத, எனவ இத Ethereum blockchain உடனடரள மி. Web3 அண அஙகரிபதற சரின தளதி இரபத எப இர சரிகவ."
},
"account": {
"message": "கணக"
},
@ -49,6 +58,10 @@
"balanceIsInsufficientGas": {
"message": "நடபதமன சமநி"
},
"betweenMinAndMax": {
"message": "$ 1 க அதிகமகவ அலலத $ 2 க சமமகவ இரக வ.",
"description": "ஹ உள தசம உள என உதவி"
},
"blockiesIdenticon": {
"message": "பி ஐடி பயன"
},
@ -91,6 +104,9 @@
"copiedExclamation": {
"message": "நகலகபபடடன!"
},
"copy": {
"message": "நகல"
},
"copyToClipboard": {
"message": "கிி நகல"
},
@ -208,6 +224,10 @@
"message": "$ 1 க ஒர இர ஈதரி$1",
"description": "ஈததர ஐநிய பயரிறத"
},
"greaterThanMin": {
"message": "$ 1 க அதிகமகவ அலலத சமமகவ இரக வ",
"description": "ஹ உள தசம உள என உதவி"
},
"here": {
"message": "இங",
"description": "இங-கிியவ- ம தகவல (troubleTokenBalances சிறத)"
@ -272,6 +292,10 @@
"learnMore": {
"message": "ம அறிக"
},
"lessThanMax": {
"message": "$ 1 ககவ அலலத சமமகவ இரக வ.",
"description": "ஹ உள தசம உள என உதவி"
},
"likeToAddTokens": {
"message": "இநத டகனகளக விிகள?"
},
@ -350,6 +374,9 @@
"message": "இங உஙகள தனிபடட வி சரத ஒடக:",
"description": "ஒர தனிபடட வி ஒர கணக இறகமதிய"
},
"pasteSeed": {
"message": "இங உஙகளிடர ஒடடவ!"
},
"personalAddressDetected": {
"message": "தனிபடட மகவரி கணடறியபபடடத. டகன ஒபபநத மகவரி உளிடவ."
},
@ -474,6 +501,9 @@
"stateLogError": {
"message": "மில பதிகளபதிி."
},
"submit": {
"message": "சமரி"
},
"submitted": {
"message": "சமரிகபபடடத"
},
@ -530,6 +560,9 @@
"usedByClients": {
"message": "பலிளரகள பல பயனபடிய"
},
"validFileImport": {
"message": "இறகமதிய சரின கக வ."
},
"viewAccount": {
"message": "கணக"
},
@ -569,6 +602,9 @@
"delete": {
"message": "ந"
},
"dismiss": {
"message": "நிகரி"
},
"fast": {
"message": "வகமன"
},

@ -42,6 +42,9 @@
"connect": {
"message": "కని"
},
"copy": {
"message": "కి"
},
"copyToClipboard": {
"message": "కిి"
},
@ -54,6 +57,9 @@
"details": {
"message": "వివర"
},
"dismiss": {
"message": "తలగి"
},
"done": {
"message": "పతయిి"
},
@ -125,6 +131,9 @@
"settings": {
"message": "సి"
},
"submit": {
"message": "సమరి"
},
"tryAgain": {
"message": "మళరయతి"
},

@ -1,10 +1,19 @@
{
"confirmClear": {
"message": "คณแนใจหรอไมาตองการลางเวบไซตานการอน"
},
"clearApprovalData": {
"message": "ลางขอมลการอน"
},
"reject": {
"message": "ปฏเสธ"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 ตองการเชอมตอกบบญชของคณ"
},
"providerRequestInfo": {
"message": "โดเมนทแสดงดานลางกำลงพยายามขอเขาถง API ของ Ethereum เพอใหสามารถโตตอบกบบลอค Ethereum ได ตรวจสอบวาคณอยในไซตกตองกอนทจะอนการเขาถง Ethereum เสมอ"
},
"about": {
"message": "เกยวกบ"
},
@ -55,6 +64,10 @@
"balanceIsInsufficientGas": {
"message": "ยอดคงเหลอไมพอสำหรบจายคาแกสทงหมด"
},
"betweenMinAndMax": {
"message": "ตองมากกวาหรอเทากบ $1 และนอยกวาหรอเทากบ $2",
"description": "helper for inputting hex as decimal input"
},
"blockiesIdenticon": {
"message": "ใชงาน Blockies Identicon"
},
@ -118,6 +131,9 @@
"copiedExclamation": {
"message": "คดลอกแลว!"
},
"copy": {
"message": "คดลอก"
},
"copyToClipboard": {
"message": "คดลอกไปคลปบอรด"
},
@ -175,6 +191,9 @@
"directDepositEtherExplainer": {
"message": "ถาคณมเธอรอยแลววการทเรวทดในการเอาเงนเขากระเปาใหมอการโอนตรงๆ"
},
"dismiss": {
"message": "ปด"
},
"done": {
"message": "เสรจสน"
},
@ -265,6 +284,10 @@
"message": "รบอเธอรปลอยจาก $1",
"description": "Displays network name for Ether faucet"
},
"greaterThanMin": {
"message": "ตองมากกวาหรอเทากบ $1.",
"description": "helper for inputting hex as decimal input"
},
"here": {
"message": "ท",
"description": "as in -click here- for more information (goes with troubleTokenBalances)"
@ -329,6 +352,10 @@
"learnMore": {
"message": "เรยนรเพมเตม"
},
"lessThanMax": {
"message": "ตองนอยกวาหรอเทากบ $1.",
"description": "helper for inputting hex as decimal input"
},
"likeToAddTokens": {
"message": "คณตองการเพมโทเคนเหลานหรอไม?"
},
@ -416,6 +443,9 @@
"message": "วางควนตวของคณท:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "วางคำชดของคณท!"
},
"personalAddressDetected": {
"message": "ตรวจพบแอดแดรสสวนตวแลว ใสแอดแดรสสญญาโทเคน"
},
@ -558,6 +588,9 @@
"storePhrase": {
"message": "เกบ Phrase นในตวจดการรหสผาน เชน 1Password"
},
"submit": {
"message": "ตกลง"
},
"supportCenter": {
"message": "ไปทนยสนบสนนของเรา"
},
@ -629,6 +662,9 @@
"usedByClients": {
"message": "ถกใชงานโดยหลายไคลเอนท"
},
"validFileImport": {
"message": "คณตองเลอกไฟลกตองเพอนำเขา"
},
"viewAccount": {
"message": "ดญช"
},

@ -1,7 +1,16 @@
{
"confirmClear": {
"message": "Onaylanmış web sitelerini silmek istediğinizden emin misiniz?"
},
"clearApprovalData": {
"message": "Onay verilerini temizle"
},
"reject": {
"message": "Reddetmek"
},
"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."
},
"account": {
"message": "Hesap"
},
@ -49,6 +58,10 @@
"balanceIsInsufficientGas": {
"message": "Toplam gas için yetersiz bakiye"
},
"betweenMinAndMax": {
"message": "$1'e eşit veya daha büyük olmalı ve $2'den küçük veya eşit olmalı",
"description": "helper for inputting hex as decimal input"
},
"blockiesIdenticon": {
"message": "Blockies Identicon kullan"
},
@ -103,6 +116,9 @@
"copiedExclamation": {
"message": "Kopyalandı!"
},
"copy": {
"message": "Kopyala"
},
"copyToClipboard": {
"message": "Panoya kopyala"
},
@ -278,6 +294,10 @@
"learnMore": {
"message": "Daha fazla bilgi."
},
"lessThanMax": {
"message": "$1'den az veya eşit olmalıdır.",
"description": "helper for inputting hex as decimal input"
},
"likeToAddTokens": {
"message": "Bu jetonlara adres eklemek ister misiniz?"
},
@ -359,6 +379,9 @@
"message": "Özel anahtar dizinizi buraya yapıştırın:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Kaynak ifadenizi buraya yapıştırın!"
},
"personalAddressDetected": {
"message": "Kişisel adres tespit edilidi. Jeton sözleşme adresini girin."
},
@ -471,6 +494,9 @@
"stateLogError": {
"message": "Durum kayıtlarını alma hatası"
},
"submit": {
"message": "Gönder"
},
"submitted": {
"message": "Gönderildi"
},
@ -527,6 +553,9 @@
"usedByClients": {
"message": "Farklı istemciler tarafından kullanılmakta"
},
"validFileImport": {
"message": "Almak için geçerli bir dosya seçmelisiniz"
},
"viewAccount": {
"message": "Hesabı İncele"
},

@ -1,21 +1,33 @@
{
"privacyModeDefault": {
"message": "Режим конфіденційності тепер увімкнено за замовчуванням"
},
"chartOnlyAvailableEth": {
"message": "Таблиця доступна тільки в мережах Ethereum."
},
"confirmClear": {
"message": "Ви впевнені, що хочете очистити затверджені веб-сайти?"
},
"contractInteraction": {
"message": "Контрактна взаємодія"
},
"clearApprovalData": {
"message": "Очистити приватні дані"
},
"reject": {
"message": "Відхилити"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 бажає підключитися до вашого облікового запису"
},
"providerRequestInfo": {
"message": "Цей сайт запитує доступ на перегляд вашої поточної адреси облікового запису. Завжди взаємодійте лише з веб-сайтами, яким довіряєте."
},
"about": {
"message": "Про Google Chrome"
},
"aboutSettingsDescription": {
"message": "Версія, центр підтримки та контактна інформація"
"message": "Версія, центр підтримки та контактна інформація."
},
"acceleratingATransaction": {
"message": "* Прискорення транзакції за допомогою вищих цін на газ підвищує її шанси бути обробленою мережею швидше, але це не завжди гарантовано."
@ -51,7 +63,7 @@
"message": "Розширені"
},
"advancedSettingsDescription": {
"message": "Отримайте доступ до функцій розробника, завантажте Логи станів, перезапустіть обліковий запис, налаштуйте тестові сітки та персоніфіковані RPC"
"message": "Отримайте доступ до функцій розробника, завантажте Логи станів, перезапустіть обліковий запис, налаштуйте тестові сітки та персоніфіковані RPC."
},
"advancedOptions": {
"message": "Додаткові параметри"
@ -145,6 +157,10 @@
"basic": {
"message": "Основні параметри"
},
"betweenMinAndMax": {
"message": "має бути більшим або дорівнювати $1 і меншим або дорівнювати $2.",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "Блокувати Explorer"
},
@ -236,6 +252,9 @@
"connect": {
"message": "Під’єднатися"
},
"connectRequest": {
"message": "Запит на з'єднання"
},
"connectingTo": {
"message": "Під'єднуємось до $1"
},
@ -275,6 +294,9 @@
"copiedExclamation": {
"message": "Скопійовано!"
},
"copy": {
"message": "Копіювати"
},
"copyAddress": {
"message": "Копіювати адресу в буфер обміну"
},
@ -353,6 +375,9 @@
"directDepositEtherExplainer": {
"message": "Якщо ви вже маєте ефір, пряме переведення – найшвидший спосіб передати ефір у свій гаманець."
},
"dismiss": {
"message": "Відхилити"
},
"done": {
"message": "Готово"
},
@ -518,6 +543,10 @@
"getStarted": {
"message": "Почати"
},
"greaterThanMin": {
"message": "має бути більшим або рівним $1.",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "Раді вас бачити."
},
@ -636,6 +665,10 @@
"ledgerAccountRestriction": {
"message": "Потрібно скористатися своїм останнім обліковим записом, перш ніж додавати новий."
},
"lessThanMax": {
"message": "має бути більшим або дорівнювати $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "Так, давайте налаштуємо!"
},
@ -837,6 +870,9 @@
"message": "Вставте ваш рядок з особистим ключем сюди:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "Вставте сюди свою мнемонічну фразу!"
},
"pending": {
"message": "очікує"
},
@ -1150,6 +1186,9 @@
"storePhrase": {
"message": "Зберігайте цю фразу у менеджері паролів, як 1Password."
},
"submit": {
"message": "Надіслати"
},
"submitted": {
"message": "Надіслано"
},
@ -1317,6 +1356,9 @@
"userName": {
"message": "Ім’я користувача"
},
"validFileImport": {
"message": "Потрібно вибрати дійсний файл для імпорту."
},
"viewAccount": {
"message": "Переглянути обліковий запис"
},

@ -1,7 +1,16 @@
{
"confirmClear": {
"message": "Bạn có chắc chắn muốn xóa các trang web được phê duyệt không?"
},
"clearApprovalData": {
"message": "Xóa dữ liệu phê duyệt"
},
"reject": {
"message": "Từ chối"
},
"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."
},
"account": {
"message": "Tài khoản"
},
@ -40,6 +49,10 @@
"balanceIsInsufficientGas": {
"message": "Số dư không đủ để thanh toán tổng tiền gas hiện tại"
},
"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"
},
"buyCoinSwitch": {
"message": "Mua trên CoinSwitch"
},
@ -70,6 +83,9 @@
"copiedExclamation": {
"message": "Đã sao chép!"
},
"copy": {
"message": "Sao chép"
},
"copyToClipboard": {
"message": "Đã sao chép vào clipboard"
},
@ -163,6 +179,10 @@
"message": "Lấy Ether từ vòi với giá $1",
"description": "Displays network name for Ether faucet"
},
"greaterThanMin": {
"message": "phải nhiều hơn hoặc bằng $1",
"description": "helper for inputting hex as decimal input"
},
"here": {
"message": "tại đây",
"description": "as in -click here- for more information (goes with troubleTokenBalances)"
@ -203,6 +223,10 @@
"kovan": {
"message": "Mạng thử nghiệm Kovan"
},
"lessThanMax": {
"message": "phải ít hơn hoặc bằng $1.",
"description": "helper for inputting hex as decimal input"
},
"loading": {
"message": "Đang tải..."
},
@ -260,6 +284,9 @@
"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"
},
"pasteSeed": {
"message": "Dán Mật Khẩu Sinh Khoá (seed phrase) của bạn tại đây!"
},
"privateKey": {
"message": "Khóa Bí Mật",
"description": "select this type of file to use to import an account"
@ -321,6 +348,9 @@
"sigRequest": {
"message": "Yêu cầu chữ ký"
},
"submit": {
"message": "Gửi đi"
},
"testFaucet": {
"message": "Vòi nhận tiền ETH ảo để thử nghiệm"
},

@ -1,16 +1,28 @@
{
"privacyModeDefault": {
"message": "现已默认启用隐私模式"
},
"chartOnlyAvailableEth": {
"message": "聊天功能仅对以太坊网络开放。"
},
"confirmClear": {
"message": "您确定要清除已批准的网站吗?"
},
"contractInteraction": {
"message": "合约交互"
},
"clearApprovalData": {
"message": "清除批准数据"
},
"reject": {
"message": "拒绝"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 希望关联您的账户"
},
"providerRequestInfo": {
"message": "下面列出的域正在尝试请求访问Ethereum API,以便它可以与以太坊区块链进行交互。在批准Ethereum访问之前,请务必仔细检查您是否在正确的站点上。"
},
"about": {
"message": "关于"
},
@ -75,7 +87,7 @@
"message": "添加推荐代币"
},
"addAcquiredTokens": {
"message": "在MetaMask上添加已用的代币"
"message": "在Metamask上添加已用的代币"
},
"amount": {
"message": "数量"
@ -145,6 +157,10 @@
"basic": {
"message": "基本"
},
"betweenMinAndMax": {
"message": "必须大于等于 $1 并且小于等于 $2 。",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "屏蔽管理器"
},
@ -236,6 +252,9 @@
"connect": {
"message": "连接"
},
"connectRequest": {
"message": "关联请求"
},
"connectingTo": {
"message": "正在连接 $1"
},
@ -275,6 +294,9 @@
"copiedExclamation": {
"message": "已复制"
},
"copy": {
"message": "复制"
},
"copyAddress": {
"message": "将地址复制到剪贴板"
},
@ -353,6 +375,9 @@
"directDepositEtherExplainer": {
"message": "如果你已经有了一些 Ether,通过直接转入是你的新钱包获取 Ether 的最快捷方式。"
},
"dismiss": {
"message": "关闭"
},
"done": {
"message": "完成"
},
@ -512,6 +537,10 @@
"getStarted": {
"message": "开始使用"
},
"greaterThanMin": {
"message": "必须要大于等于 $1。",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "我们很高兴与您见面。"
},
@ -627,6 +656,10 @@
"ledgerAccountRestriction": {
"message": "请在新增账户前,确认添加上一个账户。"
},
"lessThanMax": {
"message": "必须小于或等于 $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "是的。立即开始设置!"
},
@ -819,6 +852,9 @@
"message": "请粘贴你的私钥:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "请粘贴你的助记词!"
},
"pending": {
"message": "待处理"
},
@ -1132,6 +1168,9 @@
"storePhrase": {
"message": "通过如 1Password 等密码管家保存该密语。"
},
"submit": {
"message": "提交"
},
"submitted": {
"message": "已提交"
},
@ -1296,6 +1335,9 @@
"userName": {
"message": "用户名"
},
"validFileImport": {
"message": "您必须选择一个有效的文件进行导入."
},
"viewAccount": {
"message": "查看账户"
},

@ -1,16 +1,28 @@
{
"privacyModeDefault": {
"message": "隱私模式現已根據預設開啟"
},
"chartOnlyAvailableEth": {
"message": "圖表僅適用於以太坊網路。"
},
"confirmClear": {
"message": "您確定要清除已批准的網站紀錄?"
},
"contractInteraction": {
"message": "合約互動"
},
"clearApprovalData": {
"message": "清除批准數據"
},
"reject": {
"message": "拒絕"
},
"likeToConnect": {
"providerRequest": {
"message": "$1 請求訪問帳戶權限"
},
"providerRequestInfo": {
"message": "此網站希望能讀取您的帳戶資訊。請務必確認您信任這個網站、並了解後續可能的交易行為。"
},
"about": {
"message": "關於"
},
@ -145,6 +157,10 @@
"basic": {
"message": "基本"
},
"betweenMinAndMax": {
"message": "必須大於等於 $1 並且小於等於 $2 。",
"description": "helper for inputting hex as decimal input"
},
"blockExplorerUrl": {
"message": "區塊鏈瀏覽器"
},
@ -233,6 +249,9 @@
"connect": {
"message": "連線"
},
"connectRequest": {
"message": "連線請求"
},
"connectingTo": {
"message": "連線到$1"
},
@ -272,6 +291,9 @@
"copiedExclamation": {
"message": "已複製!"
},
"copy": {
"message": "複製"
},
"copyAddress": {
"message": "複製到剪貼簿"
},
@ -350,6 +372,9 @@
"directDepositEtherExplainer": {
"message": "如果您已經擁有乙太幣,直接存入功能是讓新錢包最快取得乙太幣的方式。"
},
"dismiss": {
"message": "關閉"
},
"done": {
"message": "完成"
},
@ -515,6 +540,10 @@
"getStarted": {
"message": "開始使用"
},
"greaterThanMin": {
"message": "必須要大於等於 $1。",
"description": "helper for inputting hex as decimal input"
},
"happyToSeeYou": {
"message": "我們很高興看到你。"
},
@ -633,6 +662,10 @@
"ledgerAccountRestriction": {
"message": "您必須使用最後的帳戶才能產生新帳戶"
},
"lessThanMax": {
"message": "必須小於等於 $1.",
"description": "helper for inputting hex as decimal input"
},
"letsGoSetUp": {
"message": "好,我們開始吧!"
},
@ -825,6 +858,9 @@
"message": "請貼上您的私鑰字串:",
"description": "For importing an account from a private key"
},
"pasteSeed": {
"message": "請貼上您的助憶詞!"
},
"pending": {
"message": "等待處理"
},
@ -1126,6 +1162,9 @@
"storePhrase": {
"message": "您可以用密碼管理系統例如 1Password 等軟體儲存助憶詞。"
},
"submit": {
"message": "送出"
},
"submitted": {
"message": "已送出"
},
@ -1290,6 +1329,9 @@
"userName": {
"message": "使用者名稱"
},
"validFileImport": {
"message": "您必須選擇一個合法的檔案來匯入."
},
"viewAccount": {
"message": "查看帳戶"
},

@ -1,3 +0,0 @@
<svg width="131" height="2" viewBox="0 0 131 2" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 1H134" stroke="#CDD1E4" stroke-linejoin="round" stroke-dasharray="8 0"/>
</svg>

Before

Width:  |  Height:  |  Size: 188 B

@ -1,3 +0,0 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.6483 7.41741C14.3482 7.41741 15.8272 8.36346 16.5874 9.75779L18.8081 8.36985C17.5833 6.23784 15.2835 4.802 12.6483 4.802C9.11954 4.802 6.19214 7.37666 5.64216 10.7499H2.125C1.50368 10.7499 1 11.2536 1 11.8749C1 12.4962 1.50368 12.9999 2.125 12.9999H5.63386C6.16206 16.3987 9.1014 18.9999 12.6483 18.9999C15.2235 18.9999 17.4784 17.6287 18.7228 15.5766L16.5042 14.1901C15.7225 15.5041 14.2882 16.3845 12.6483 16.3845C10.1721 16.3845 8.16472 14.3772 8.16472 11.901C8.16472 9.42476 10.1721 7.41741 12.6483 7.41741ZM11.7002 11.9999C11.7002 12.5522 12.1479 12.9999 12.7002 12.9999C13.2525 12.9999 13.7002 12.5522 13.7002 11.9999C13.7002 11.4476 13.2525 10.9999 12.7002 10.9999C12.1479 10.9999 11.7002 11.4476 11.7002 11.9999ZM12.7002 14.9999C11.0433 14.9999 9.7002 13.6568 9.7002 11.9999C9.7002 10.3431 11.0433 8.99992 12.7002 8.99992C13.9109 8.99992 14.9542 9.71715 15.4282 10.7499H21.8751C22.4965 10.7499 23.0001 11.2536 23.0001 11.8749C23.0001 12.4962 22.4965 12.9999 21.8751 12.9999H15.5295C15.1177 14.1651 14.0064 14.9999 12.7002 14.9999Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

Before

Width:  |  Height:  |  Size: 937 B

After

Width:  |  Height:  |  Size: 937 B

@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"version": "7.7.0",
"version": "7.6.1",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "__MSG_appDescription__",

@ -64,7 +64,6 @@ const isEdge = !isIE && !!window.StyleMedia
let popupIsOpen = false
let notificationIsOpen = false
const openMetamaskTabsIDs = {}
const requestAccountTabIds = {}
// state persistence
const localStore = new LocalStore()
@ -76,6 +75,7 @@ initialize().catch(log.error)
// setup metamask mesh testing container
const { submitMeshMetricsEntry } = setupMetamaskMeshMetrics()
/**
* An object representing a transaction, in whatever state it is in.
* @typedef TransactionMeta
@ -248,12 +248,6 @@ function setupController (initState, initLangCode) {
// platform specific api
platform,
encryptor: isEdge ? new EdgeEncryptor() : undefined,
getRequestAccountTabIds: () => {
return requestAccountTabIds
},
getOpenMetamaskTabsIds: () => {
return openMetamaskTabsIDs
},
})
const provider = controller.provider
@ -266,9 +260,7 @@ function setupController (initState, initLangCode) {
// report failed transactions to Sentry
controller.txController.on(`tx:status-update`, (txId, status) => {
if (status !== 'failed') {
return
}
if (status !== 'failed') return
const txMeta = controller.txController.txStateManager.getTx(txId)
try {
reportFailedTxToSentry({ sentry, txMeta })
@ -320,7 +312,6 @@ function setupController (initState, initLangCode) {
//
extension.runtime.onConnect.addListener(connectRemote)
extension.runtime.onConnectExternal.addListener(connectExternal)
extension.runtime.onMessage.addListener(controller.onMessage.bind(controller))
const metamaskInternalProcessHash = {
[ENVIRONMENT_TYPE_POPUP]: true,
@ -393,17 +384,6 @@ function setupController (initState, initLangCode) {
})
}
} else {
if (remotePort.sender && remotePort.sender.tab && remotePort.sender.url) {
const tabId = remotePort.sender.tab.id
const url = new URL(remotePort.sender.url)
const origin = url.hostname
remotePort.onMessage.addListener(msg => {
if (msg.data && msg.data.method === 'eth_requestAccounts') {
requestAccountTabIds[origin] = tabId
}
})
}
connectExternal(remotePort)
}
}
@ -428,7 +408,7 @@ function setupController (initState, initLangCode) {
controller.messageManager.on('updateBadge', updateBadge)
controller.personalMessageManager.on('updateBadge', updateBadge)
controller.typedMessageManager.on('updateBadge', updateBadge)
controller.permissionsController.permissions.subscribe(updateBadge)
controller.providerApprovalController.memStore.on('update', updateBadge)
/**
* Updates the Web Extension's "badge" number, on the little fox in the toolbar.
@ -440,8 +420,8 @@ function setupController (initState, initLangCode) {
const unapprovedMsgCount = controller.messageManager.unapprovedMsgCount
const unapprovedPersonalMsgs = controller.personalMessageManager.unapprovedPersonalMsgCount
const unapprovedTypedMsgs = controller.typedMessageManager.unapprovedTypedMessagesCount
const pendingPermissionRequests = Object.keys(controller.permissionsController.permissions.state.permissionsRequests).length
const count = unapprovedTxCount + unapprovedMsgCount + unapprovedPersonalMsgs + unapprovedTypedMsgs + pendingPermissionRequests
const pendingProviderRequests = controller.providerApprovalController.memStore.getState().providerRequests.length
const count = unapprovedTxCount + unapprovedMsgCount + unapprovedPersonalMsgs + unapprovedTypedMsgs + pendingProviderRequests
if (count) {
label = String(count)
}

@ -2,8 +2,8 @@ const fs = require('fs')
const path = require('path')
const pump = require('pump')
const log = require('loglevel')
const Dnode = require('dnode')
const querystring = require('querystring')
const { Writable } = require('readable-stream')
const LocalMessageDuplexStream = require('post-message-stream')
const ObjectMultiplex = require('obj-multiplex')
const extension = require('extensionizer')
@ -20,7 +20,7 @@ const inpageBundle = inpageContent + inpageSuffix
// If we create a FireFox-only code path using that API,
// MetaMask will be much faster loading and performant on Firefox.
if (shouldInjectProvider()) {
if (shouldInjectWeb3()) {
injectScript(inpageBundle)
start()
}
@ -39,7 +39,7 @@ function injectScript (content) {
container.insertBefore(scriptTag, container.children[0])
container.removeChild(scriptTag)
} catch (e) {
console.error('MetaMask provider injection failed.', e)
console.error('MetaMask script injection failed', e)
}
}
@ -86,44 +86,6 @@ async function setupStreams () {
(err) => logStreamDisconnectWarning('MetaMask Background Multiplex', err)
)
const onboardingStream = pageMux.createStream('onboarding')
const addCurrentTab = new Writable({
objectMode: true,
write: (chunk, _, callback) => {
if (!chunk) {
return callback(new Error('Malformed onboarding message'))
}
const handleSendMessageResponse = (error, success) => {
if (!error && !success) {
error = extension.runtime.lastError
}
if (error) {
log.error(`Failed to send ${chunk.type} message`, error)
return callback(error)
}
callback(null)
}
try {
if (chunk.type === 'registerOnboarding') {
extension.runtime.sendMessage({ type: 'metamask:registerOnboarding', location: window.location.href }, handleSendMessageResponse)
} else {
throw new Error(`Unrecognized onboarding message type: '${chunk.type}'`)
}
} catch (error) {
log.error(error)
return callback(error)
}
},
})
pump(
onboardingStream,
addCurrentTab,
error => console.error('MetaMask onboarding channel traffic failed', error),
)
// forward communication across inpage-background for these channels only
forwardTrafficBetweenMuxers('provider', pageMux, extensionMux)
forwardTrafficBetweenMuxers('publicConfig', pageMux, extensionMux)
@ -131,6 +93,12 @@ async function setupStreams () {
// connect "phishing" channel to warning system
const phishingStream = extensionMux.createStream('phishing')
phishingStream.once('data', redirectToPhishingWarning)
// connect "publicApi" channel to submit page metadata
const publicApiStream = extensionMux.createStream('publicApi')
const background = await setupPublicApi(publicApiStream)
return { background }
}
function forwardTrafficBetweenMuxers (channelName, muxA, muxB) {
@ -144,6 +112,37 @@ function forwardTrafficBetweenMuxers (channelName, muxA, muxB) {
)
}
async function setupPublicApi (outStream) {
const api = {
getSiteMetadata: (cb) => cb(null, getSiteMetadata()),
}
const dnode = Dnode(api)
pump(
outStream,
dnode,
outStream,
(err) => {
// report any error
if (err) log.error(err)
}
)
const background = await new Promise(resolve => dnode.once('remote', resolve))
return background
}
/**
* Gets site metadata and returns it
*
*/
function getSiteMetadata () {
// get metadata
const metadata = {
name: getSiteName(window),
icon: getSiteIcon(window),
}
return metadata
}
/**
* Error handler for page to extension stream disconnections
*
@ -152,18 +151,16 @@ function forwardTrafficBetweenMuxers (channelName, muxA, muxB) {
*/
function logStreamDisconnectWarning (remoteLabel, err) {
let warningMsg = `MetamaskContentscript - lost connection to ${remoteLabel}`
if (err) {
warningMsg += '\n' + err.stack
}
if (err) warningMsg += '\n' + err.stack
console.warn(warningMsg)
}
/**
* Determines if the provider should be injected
* Determines if Web3 should be injected
*
* @returns {boolean} {@code true} if the provider should be injected
* @returns {boolean} {@code true} if Web3 should be injected
*/
function shouldInjectProvider () {
function shouldInjectWeb3 () {
return doctypeCheck() && suffixCheck() &&
documentElementCheck() && !blacklistedDomainCheck()
}
@ -186,8 +183,8 @@ function doctypeCheck () {
* Returns whether or not the extension (suffix) of the current document is prohibited
*
* This checks {@code window.location.pathname} against a set of file extensions
* that we should not inject the provider into. This check is indifferent of
* query parameters in the location.
* that should not have web3 injected into them. This check is indifferent of query parameters
* in the location.
*
* @returns {boolean} whether or not the extension of the current document is prohibited
*/
@ -260,14 +257,52 @@ function redirectToPhishingWarning () {
})}`
}
/**
* Extracts a name for the site from the DOM
*/
function getSiteName (window) {
const document = window.document
const siteName = document.querySelector('head > meta[property="og:site_name"]')
if (siteName) {
return siteName.content
}
const metaTitle = document.querySelector('head > meta[name="title"]')
if (metaTitle) {
return metaTitle.content
}
return document.title
}
/**
* Extracts an icon for the site from the DOM
*/
function getSiteIcon (window) {
const document = window.document
// Use the site's favicon if it exists
const shortcutIcon = document.querySelector('head > link[rel="shortcut icon"]')
if (shortcutIcon) {
return shortcutIcon.href
}
// Search through available icons in no particular order
const icon = Array.from(document.querySelectorAll('head > link[rel="icon"]')).find((icon) => Boolean(icon.href))
if (icon) {
return icon.href
}
return null
}
/**
* Returns a promise that resolves when the DOM is loaded (does not wait for images to load)
*/
async function domIsReady () {
// already loaded
if (['interactive', 'complete'].includes(document.readyState)) {
return
}
if (['interactive', 'complete'].includes(document.readyState)) return
// wait for load
return new Promise(resolve => window.addEventListener('DOMContentLoaded', resolve, { once: true }))
await new Promise(resolve => window.addEventListener('DOMContentLoaded', resolve, { once: true }))
}

@ -45,7 +45,7 @@ class AppStateController {
* @private
*/
_setInactiveTimeout (timeoutMinutes) {
this.store.updateState({
this.store.putState({
timeoutMinutes,
})

@ -29,12 +29,8 @@ class DetectTokensController {
*
*/
async detectNewTokens () {
if (!this.isActive) {
return
}
if (this._network.store.getState().provider.type !== MAINNET) {
return
}
if (!this.isActive) { return }
if (this._network.store.getState().provider.type !== MAINNET) { return }
const tokensToDetect = []
this.web3.setProvider(this._network._provider)
for (const contractAddress in contracts) {
@ -84,9 +80,7 @@ class DetectTokensController {
*
*/
restartTokenDetection () {
if (!(this.isActive && this.selectedAddress)) {
return
}
if (!(this.isActive && this.selectedAddress)) { return }
this.detectNewTokens()
this.interval = DEFAULT_INTERVAL
}
@ -96,12 +90,8 @@ class DetectTokensController {
*/
set interval (interval) {
this._handle && clearInterval(this._handle)
if (!interval) {
return
}
this._handle = setInterval(() => {
this.detectNewTokens()
}, interval)
if (!interval) { return }
this._handle = setInterval(() => { this.detectNewTokens() }, interval)
}
/**
@ -109,15 +99,9 @@ class DetectTokensController {
* @type {Object}
*/
set preferences (preferences) {
if (!preferences) {
return
}
if (!preferences) { return }
this._preferences = preferences
preferences.store.subscribe(({ tokens = [] }) => {
this.tokenAddresses = tokens.map((obj) => {
return obj.address
})
})
preferences.store.subscribe(({ tokens = [] }) => { this.tokenAddresses = tokens.map((obj) => { return obj.address }) })
preferences.store.subscribe(({ selectedAddress }) => {
if (this.selectedAddress !== selectedAddress) {
this.selectedAddress = selectedAddress
@ -130,9 +114,7 @@ class DetectTokensController {
* @type {Object}
*/
set network (network) {
if (!network) {
return
}
if (!network) { return }
this._network = network
this.web3 = new Web3(network._provider)
}
@ -142,16 +124,12 @@ class DetectTokensController {
* @type {Object}
*/
set keyringMemStore (keyringMemStore) {
if (!keyringMemStore) {
return
}
if (!keyringMemStore) { return }
this._keyringMemStore = keyringMemStore
this._keyringMemStore.subscribe(({ isUnlocked }) => {
if (this.isUnlocked !== isUnlocked) {
this.isUnlocked = isUnlocked
if (isUnlocked) {
this.restartTokenDetection()
}
if (isUnlocked) { this.restartTokenDetection() }
}
})
}

@ -163,9 +163,7 @@ class IncomingTransactionsController {
const newIncomingTransactions = {
...currentIncomingTxs,
}
newTxs.forEach(tx => {
newIncomingTransactions[tx.hash] = tx
})
newTxs.forEach(tx => { newIncomingTransactions[tx.hash] = tx })
this.store.updateState({
incomingTxLastFetchedBlocksByNetwork: {

@ -4,13 +4,9 @@ const createAsyncMiddleware = require('json-rpc-engine/src/createAsyncMiddleware
function createPendingNonceMiddleware ({ getPendingNonce }) {
return createAsyncMiddleware(async (req, res, next) => {
const {method, params} = req
if (method !== 'eth_getTransactionCount') {
return next()
}
if (method !== 'eth_getTransactionCount') return next()
const [param, blockRef] = params
if (blockRef !== 'pending') {
return next()
}
if (blockRef !== 'pending') return next()
res.result = await getPendingNonce(param)
})
}
@ -18,14 +14,10 @@ function createPendingNonceMiddleware ({ getPendingNonce }) {
function createPendingTxMiddleware ({ getPendingTransactionByHash }) {
return createAsyncMiddleware(async (req, res, next) => {
const {method, params} = req
if (method !== 'eth_getTransactionByHash') {
return next()
}
if (method !== 'eth_getTransactionByHash') return next()
const [hash] = params
const txMeta = getPendingTransactionByHash(hash)
if (!txMeta) {
return next()
}
if (!txMeta) return next()
res.result = formatTxMetaForRpcResult(txMeta)
})
}

@ -81,9 +81,7 @@ module.exports = class NetworkController extends EventEmitter {
verifyNetwork () {
// Check network when restoring connectivity:
if (this.isNetworkLoading()) {
this.lookupNetwork()
}
if (this.isNetworkLoading()) this.lookupNetwork()
}
getNetworkState () {
@ -198,7 +196,7 @@ module.exports = class NetworkController extends EventEmitter {
})
this._setNetworkClient(networkClient)
// setup networkConfig
const settings = {
var settings = {
ticker: 'ETH',
}
this.networkConfig.putState(settings)
@ -221,7 +219,7 @@ module.exports = class NetworkController extends EventEmitter {
nickname,
}
// setup networkConfig
let settings = {
var settings = {
network: chainId,
}
settings = extend(settings, networks.networkList['rpc'])

@ -1,6 +1,5 @@
const ObservableStore = require('obs-store')
const extend = require('xtend')
const log = require('loglevel')
/**
* @typedef {Object} InitState
@ -10,12 +9,11 @@ const log = require('loglevel')
/**
* @typedef {Object} OnboardingOptions
* @property {InitState} initState The initial controller state
* @property {PreferencesController} preferencesController Controller for managing user perferences
*/
/**
* Controller responsible for maintaining
* state related to onboarding
* a cache of account balances in local storage
*/
class OnboardingController {
/**
@ -24,28 +22,10 @@ class OnboardingController {
* @param {OnboardingOptions} [opts] Controller configuration parameters
*/
constructor (opts = {}) {
const initialTransientState = {
onboardingTabs: {},
}
const initState = extend(
{
seedPhraseBackedUp: true,
},
opts.initState,
initialTransientState,
)
const initState = extend({
seedPhraseBackedUp: true,
}, opts.initState)
this.store = new ObservableStore(initState)
this.preferencesController = opts.preferencesController
this.completedOnboarding = this.preferencesController.store.getState().completedOnboarding
this.preferencesController.store.subscribe(({ completedOnboarding }) => {
if (completedOnboarding !== this.completedOnboarding) {
this.completedOnboarding = completedOnboarding
if (completedOnboarding) {
this.store.updateState(initialTransientState)
}
}
})
}
setSeedPhraseBackedUp (newSeedPhraseBackUpState) {
@ -58,24 +38,6 @@ class OnboardingController {
return this.store.getState().seedPhraseBackedUp
}
/**
* Registering a site as having initiated onboarding
*
* @param {string} location - The location of the site registering
* @param {string} tabId - The id of the tab registering
*/
async registerOnboarding (location, tabId) {
if (this.completedOnboarding) {
log.debug('Ignoring registerOnboarding; user already onboarded')
return
}
const onboardingTabs = Object.assign({}, this.store.getState().onboardingTabs)
if (!onboardingTabs[location] || onboardingTabs[location] !== tabId) {
log.debug(`Registering onboarding tab at location '${location}' with tabId '${tabId}'`)
onboardingTabs[location] = tabId
this.store.updateState({ onboardingTabs })
}
}
}
module.exports = OnboardingController

@ -1,377 +0,0 @@
const JsonRpcEngine = require('json-rpc-engine')
const asMiddleware = require('json-rpc-engine/src/asMiddleware')
const ObservableStore = require('obs-store')
const RpcCap = require('rpc-cap').CapabilitiesController
const { ethErrors } = require('eth-json-rpc-errors')
const getRestrictedMethods = require('./restrictedMethods')
const createMethodMiddleware = require('./methodMiddleware')
const createLoggerMiddleware = require('./loggerMiddleware')
// Methods that do not require any permissions to use:
const SAFE_METHODS = require('./permissions-safe-methods.json')
// some constants
const METADATA_STORE_KEY = 'domainMetadata'
const LOG_STORE_KEY = 'permissionsLog'
const HISTORY_STORE_KEY = 'permissionsHistory'
const WALLET_METHOD_PREFIX = 'wallet_'
const CAVEAT_NAMES = {
exposedAccounts: 'exposedAccounts',
}
const ACCOUNTS_CHANGED_NOTIFICATION = 'wallet_accountsChanged'
class PermissionsController {
constructor (
{
platform, notifyDomain, notifyAllDomains, keyringController,
} = {},
restoredPermissions = {},
restoredState = {}) {
this.store = new ObservableStore({
[METADATA_STORE_KEY]: restoredState[METADATA_STORE_KEY] || {},
[LOG_STORE_KEY]: restoredState[LOG_STORE_KEY] || [],
[HISTORY_STORE_KEY]: restoredState[HISTORY_STORE_KEY] || {},
})
this.notifyDomain = notifyDomain
this.notifyAllDomains = notifyAllDomains
this.keyringController = keyringController
this._platform = platform
this._restrictedMethods = getRestrictedMethods(this)
this._initializePermissions(restoredPermissions)
}
createMiddleware ({ origin, extensionId }) {
if (extensionId) {
this.store.updateState({
[METADATA_STORE_KEY]: {
...this.store.getState()[METADATA_STORE_KEY],
[origin]: { extensionId },
},
})
}
const engine = new JsonRpcEngine()
engine.push(createLoggerMiddleware({
walletPrefix: WALLET_METHOD_PREFIX,
restrictedMethods: Object.keys(this._restrictedMethods),
ignoreMethods: [ 'wallet_sendDomainMetadata' ],
store: this.store,
logStoreKey: LOG_STORE_KEY,
historyStoreKey: HISTORY_STORE_KEY,
}))
engine.push(createMethodMiddleware({
store: this.store,
storeKey: METADATA_STORE_KEY,
getAccounts: this.getAccounts.bind(this, origin),
requestAccountsPermission: this._requestPermissions.bind(
this, origin, { eth_accounts: {} }
),
}))
engine.push(this.permissions.providerMiddlewareFunction.bind(
this.permissions, { origin }
))
return asMiddleware(engine)
}
/**
* Returns the accounts that should be exposed for the given origin domain,
* if any. This method exists for when a trusted context needs to know
* which accounts are exposed to a given domain.
*
* @param {string} origin - The origin string.
*/
getAccounts (origin) {
return new Promise((resolve, _) => {
const req = { method: 'eth_accounts' }
const res = {}
this.permissions.providerMiddlewareFunction(
{ origin }, req, res, () => {}, _end
)
function _end () {
if (res.error || !Array.isArray(res.result)) {
resolve([])
} else {
resolve(res.result)
}
}
})
}
/**
* Submits a permissions request to rpc-cap. Internal use only.
*
* @param {string} origin - The origin string.
* @param {IRequestedPermissions} permissions - The requested permissions.
*/
_requestPermissions (origin, permissions) {
return new Promise((resolve, reject) => {
const req = { method: 'wallet_requestPermissions', params: [permissions] }
const res = {}
this.permissions.providerMiddlewareFunction(
{ origin }, req, res, () => {}, _end
)
function _end (err) {
if (err || res.error) {
reject(err || res.error)
} else {
resolve(res.result)
}
}
})
}
/**
* User approval callback. The request can fail if the request is invalid.
*
* @param {object} approved the approved request object
*/
async approvePermissionsRequest (approved, accounts) {
const { id } = approved.metadata
const approval = this.pendingApprovals[id]
try {
// attempt to finalize the request and resolve it
await this.finalizePermissionsRequest(approved.permissions, accounts)
approval.resolve(approved.permissions)
} catch (err) {
// if finalization fails, reject the request
approval.reject(ethErrors.rpc.invalidRequest({
message: err.message, data: err,
}))
}
delete this.pendingApprovals[id]
}
/**
* User rejection callback.
*
* @param {string} id the id of the rejected request
*/
async rejectPermissionsRequest (id) {
const approval = this.pendingApprovals[id]
approval.reject(ethErrors.provider.userRejectedRequest())
delete this.pendingApprovals[id]
}
/**
* Grants the given origin the eth_accounts permission for the given account(s).
* This method should ONLY be called as a result of direct user action in the UI,
* with the intention of supporting legacy dapps that don't support EIP 1102.
*
* @param {string} origin - The origin to expose the account(s) to.
* @param {Array<string>} accounts - The account(s) to expose.
*/
async legacyExposeAccounts (origin, accounts) {
const permissions = {
eth_accounts: {},
}
await this.finalizePermissionsRequest(permissions, accounts)
let error
try {
await new Promise((resolve, reject) => {
this.permissions.grantNewPermissions(origin, permissions, {}, err => err ? resolve() : reject(err))
})
} catch (err) {
error = err
}
if (error) {
if (error.code === 4001) {
throw error
} else {
throw ethErrors.rpc.internal({
message: `Failed to add 'eth_accounts' to '${origin}'.`,
data: {
originalError: error,
accounts,
},
})
}
}
}
/**
* Update the accounts exposed to the given origin.
* Throws error if the update fails.
*
* @param {string} origin - The origin to change the exposed accounts for.
* @param {string[]} accounts - The new account(s) to expose.
*/
async updateExposedAccounts (origin, accounts) {
await this.validateExposedAccounts(accounts)
this.permissions.updateCaveatFor(
origin, 'eth_accounts', CAVEAT_NAMES.exposedAccounts, accounts
)
this.notifyDomain(origin, {
method: ACCOUNTS_CHANGED_NOTIFICATION,
result: accounts,
})
}
/**
* Finalizes a permissions request.
* Throws if request validation fails.
*
* @param {Object} requestedPermissions - The requested permissions.
* @param {string[]} accounts - The accounts to expose, if any.
*/
async finalizePermissionsRequest (requestedPermissions, accounts) {
const { eth_accounts: ethAccounts } = requestedPermissions
if (ethAccounts) {
await this.validateExposedAccounts(accounts)
if (!ethAccounts.caveats) {
ethAccounts.caveats = []
}
// caveat names are unique, and we will only construct this caveat here
ethAccounts.caveats = ethAccounts.caveats.filter(c => (
c.name !== CAVEAT_NAMES.exposedAccounts
))
ethAccounts.caveats.push(
{
type: 'filterResponse',
value: accounts,
name: CAVEAT_NAMES.exposedAccounts,
},
)
}
}
/**
* Validate an array of accounts representing accounts to be exposed
* to a domain. Throws error if validation fails.
*
* @param {string[]} accounts - An array of addresses.
*/
async validateExposedAccounts (accounts) {
if (!Array.isArray(accounts) || accounts.length === 0) {
throw new Error('Must provide non-empty array of account(s).')
}
// assert accounts exist
const allAccounts = await this.keyringController.getAccounts()
accounts.forEach(acc => {
if (!allAccounts.includes(acc)) {
throw new Error(`Unknown account: ${acc}`)
}
})
}
/**
* Removes the given permissions for the given domain.
* @param {object} domains { origin: [permissions] }
*/
removePermissionsFor (domains) {
Object.entries(domains).forEach(([origin, perms]) => {
this.permissions.removePermissionsFor(
origin,
perms.map(methodName => {
if (methodName === 'eth_accounts') {
this.notifyDomain(
origin,
{ method: ACCOUNTS_CHANGED_NOTIFICATION, result: [] }
)
}
return { parentCapability: methodName }
})
)
})
}
/**
* Removes all known domains and their related permissions.
*/
clearPermissions () {
this.permissions.clearDomains()
this.notifyAllDomains({
method: ACCOUNTS_CHANGED_NOTIFICATION,
result: [],
})
}
/**
* A convenience method for retrieving a login object
* or creating a new one if needed.
*
* @param {string} origin = The origin string representing the domain.
*/
_initializePermissions (restoredState) {
// these permission requests are almost certainly stale
const initState = { ...restoredState, permissionsRequests: [] }
this.pendingApprovals = {}
this.permissions = new RpcCap({
// Supports passthrough methods:
safeMethods: SAFE_METHODS,
// optional prefix for internal methods
methodPrefix: WALLET_METHOD_PREFIX,
restrictedMethods: this._restrictedMethods,
/**
* A promise-returning callback used to determine whether to approve
* permissions requests or not.
*
* Currently only returns a boolean, but eventually should return any
* specific parameters or amendments to the permissions.
*
* @param {string} req - The internal rpc-cap user request object.
*/
requestUserApproval: async (req) => {
const { metadata: { id } } = req
this._platform.openExtensionInBrowser('connect')
return new Promise((resolve, reject) => {
this.pendingApprovals[id] = { resolve, reject }
})
},
}, initState)
}
}
module.exports = {
PermissionsController,
addInternalMethodPrefix: prefix,
CAVEAT_NAMES,
}
function prefix (method) {
return WALLET_METHOD_PREFIX + method
}

@ -1,169 +0,0 @@
const clone = require('clone')
const { isValidAddress } = require('ethereumjs-util')
const LOG_LIMIT = 100
/**
* Create middleware for logging requests and responses to restricted and
* permissions-related methods.
*/
module.exports = function createLoggerMiddleware ({
walletPrefix, restrictedMethods, store, logStoreKey, historyStoreKey, ignoreMethods,
}) {
return (req, res, next, _end) => {
let activityEntry, requestedMethods
const { origin, method } = req
const isInternal = method.startsWith(walletPrefix)
if ((isInternal || restrictedMethods.includes(method)) && !ignoreMethods.includes(method)) {
activityEntry = logActivity(req, isInternal)
if (method === `${walletPrefix}requestPermissions`) {
requestedMethods = getRequestedMethods(req)
}
} else if (method === 'eth_requestAccounts') {
activityEntry = logActivity(req, isInternal)
requestedMethods = [ 'eth_accounts' ]
} else {
return next()
}
next(cb => {
const time = Date.now()
addResponse(activityEntry, res, time)
if (!res.error && requestedMethods) {
logHistory(requestedMethods, origin, res.result, time, method === 'eth_requestAccounts')
}
cb()
})
}
function logActivity (request, isInternal) {
const activityEntry = {
id: request.id,
method: request.method,
methodType: isInternal ? 'internal' : 'restricted',
origin: request.origin,
request: cloneObj(request),
requestTime: Date.now(),
response: null,
responseTime: null,
success: null,
}
commitActivity(activityEntry)
return activityEntry
}
function addResponse (activityEntry, response, time) {
if (!response) {
return
}
activityEntry.response = cloneObj(response)
activityEntry.responseTime = time
activityEntry.success = !response.error
}
function commitActivity (entry) {
const logs = store.getState()[logStoreKey]
if (logs.length > LOG_LIMIT - 2) {
logs.pop()
}
logs.push(entry)
store.updateState({ [logStoreKey]: logs })
}
function getRequestedMethods (request) {
if (
!request.params ||
typeof request.params[0] !== 'object' ||
Array.isArray(request.params[0])
) {
return null
}
return Object.keys(request.params[0])
}
function logHistory (requestedMethods, origin, result, time, isEthRequestAccounts) {
let accounts, entries
if (isEthRequestAccounts) {
accounts = result
const accountToTimeMap = accounts.reduce((acc, account) => ({ ...acc, [account]: time }), {})
entries = { 'eth_accounts': { accounts: accountToTimeMap, lastApproved: time } }
} else {
entries = result
? result
.map(perm => {
if (perm.parentCapability === 'eth_accounts') {
accounts = getAccountsFromPermission(perm)
}
return perm.parentCapability
})
.reduce((acc, m) => {
if (requestedMethods.includes(m)) {
if (m === 'eth_accounts') {
const accountToTimeMap = accounts.reduce((acc, account) => ({ ...acc, [account]: time }), {})
acc[m] = { lastApproved: time, accounts: accountToTimeMap }
} else {
acc[m] = { lastApproved: time }
}
}
return acc
}, {})
: {}
}
if (Object.keys(entries).length > 0) {
commitHistory(origin, entries)
}
}
function commitHistory (origin, entries) {
const history = store.getState()[historyStoreKey] || {}
const newOriginHistory = {
...history[origin],
...entries,
}
if (history[origin] && history[origin]['eth_accounts'] && entries['eth_accounts']) {
newOriginHistory['eth_accounts'] = {
lastApproved: entries['eth_accounts'].lastApproved,
accounts: {
...history[origin]['eth_accounts'].accounts,
...entries['eth_accounts'].accounts,
},
}
}
history[origin] = newOriginHistory
store.updateState({ [historyStoreKey]: history })
}
}
// the call to clone is set to disallow circular references
// we attempt cloning at a depth of 3 and 2, then return a
// shallow copy of the object
function cloneObj (obj) {
for (let i = 3; i > 1; i--) {
try {
return clone(obj, false, i)
} catch (_) {}
}
return { ...obj }
}
function getAccountsFromPermission (perm) {
if (perm.parentCapability !== 'eth_accounts' || !perm.caveats) {
return []
}
const accounts = {}
for (const c of perm.caveats) {
if (c.type === 'filterResponse' && Array.isArray(c.value)) {
for (const v of c.value) {
if (isValidAddress(v)) {
accounts[v] = true
}
}
}
}
return Object.keys(accounts)
}

@ -1,90 +0,0 @@
const createAsyncMiddleware = require('json-rpc-engine/src/createAsyncMiddleware')
const { ethErrors } = require('eth-json-rpc-errors')
/**
* Create middleware for handling certain methods and preprocessing permissions requests.
*/
module.exports = function createMethodMiddleware ({
store, storeKey, getAccounts, requestAccountsPermission,
}) {
return createAsyncMiddleware(async (req, res, next) => {
if (typeof req.method !== 'string') {
res.error = ethErrors.rpc.invalidRequest({ data: req})
return
}
switch (req.method) {
// intercepting eth_accounts requests for backwards compatibility,
// i.e. return an empty array instead of an error
case 'eth_accounts':
res.result = await getAccounts()
return
case 'eth_requestAccounts':
// first, just try to get accounts
let accounts = await getAccounts()
if (accounts.length > 0) {
res.result = accounts
return
}
// if no accounts, request the accounts permission
try {
await requestAccountsPermission()
} catch (err) {
res.error = err
return
}
// get the accounts again
accounts = await getAccounts()
if (accounts.length > 0) {
res.result = accounts
} else {
// this should never happen
res.error = ethErrors.rpc.internal(
'Accounts unexpectedly unavailable. Please report this bug.'
)
}
return
// custom method for getting metadata from the requesting domain
case 'wallet_sendDomainMetadata':
const storeState = store.getState()[storeKey]
const extensionId = storeState[req.origin]
? storeState[req.origin].extensionId
: undefined
if (
req.domainMetadata &&
typeof req.domainMetadata.name === 'string'
) {
store.updateState({
[storeKey]: {
...storeState,
[req.origin]: {
extensionId,
...req.domainMetadata,
},
},
})
}
res.result = true
return
default:
break
}
next()
})
}

@ -1,49 +0,0 @@
[
"web3_sha3",
"net_listening",
"net_peerCount",
"net_version",
"eth_blockNumber",
"eth_call",
"eth_chainId",
"eth_coinbase",
"eth_estimateGas",
"eth_gasPrice",
"eth_getBalance",
"eth_getBlockByHash",
"eth_getBlockByNumber",
"eth_getBlockTransactionCountByHash",
"eth_getBlockTransactionCountByNumber",
"eth_getCode",
"eth_getFilterChanges",
"eth_getFilterLogs",
"eth_getLogs",
"eth_getStorageAt",
"eth_getTransactionByBlockHashAndIndex",
"eth_getTransactionByBlockNumberAndIndex",
"eth_getTransactionByHash",
"eth_getTransactionCount",
"eth_getTransactionReceipt",
"eth_getUncleByBlockHashAndIndex",
"eth_getUncleByBlockNumberAndIndex",
"eth_getUncleCountByBlockHash",
"eth_getUncleCountByBlockNumber",
"eth_getWork",
"eth_hashrate",
"eth_mining",
"eth_newBlockFilter",
"eth_newFilter",
"eth_newPendingTransactionFilter",
"eth_protocolVersion",
"eth_sendRawTransaction",
"eth_sendTransaction",
"eth_sign",
"personal_sign",
"eth_signTypedData",
"eth_signTypedData_v1",
"eth_signTypedData_v3",
"eth_submitHashrate",
"eth_submitWork",
"eth_syncing",
"eth_uninstallFilter"
]

@ -1,20 +0,0 @@
module.exports = function getRestrictedMethods (permissionsController) {
return {
'eth_accounts': {
description: 'View the address of the selected account',
method: (_, res, __, end) => {
permissionsController.keyringController.getAccounts()
.then((accounts) => {
res.result = accounts
end()
})
.catch((err) => {
res.error = err
end(err)
})
},
},
}
}

@ -1,5 +1,4 @@
const ObservableStore = require('obs-store')
const { addInternalMethodPrefix } = require('./permissions')
const normalizeAddress = require('eth-sig-util').normalize
const { isValidAddress, sha3, bufferToHex } = require('ethereumjs-util')
const extend = require('xtend')
@ -58,6 +57,7 @@ class PreferencesController {
useNativeCurrencyAsPrimaryCurrency: true,
},
completedOnboarding: false,
migratedPrivacyMode: false,
metaMetricsId: null,
metaMetricsSendCount: 0,
}, opts.initState)
@ -187,10 +187,7 @@ class PreferencesController {
* @param {Function} - end
*/
async requestWatchAsset (req, res, next, end) {
if (
req.method === 'metamask_watchAsset' ||
req.method === addInternalMethodPrefix('watchAsset')
) {
if (req.method === 'metamask_watchAsset' || req.method === 'wallet_watchAsset') {
const { type, options } = req.params
switch (type) {
case 'ERC20':
@ -306,9 +303,7 @@ class PreferencesController {
const accountTokens = this.store.getState().accountTokens
addresses.forEach((address) => {
// skip if already exists
if (identities[address]) {
return
}
if (identities[address]) return
// add missing identity
const identityCount = Object.keys(identities).length
@ -340,9 +335,7 @@ class PreferencesController {
if (Object.keys(newlyLost).length > 0) {
// Notify our servers:
if (this.diagnostics) {
this.diagnostics.reportOrphans(newlyLost)
}
if (this.diagnostics) this.diagnostics.reportOrphans(newlyLost)
// store lost accounts
for (const key in newlyLost) {
@ -470,9 +463,7 @@ class PreferencesController {
* @return {Promise<string>}
*/
setAccountLabel (account, label) {
if (!account) {
throw new Error('setAccountLabel requires a valid address, got ' + String(account))
}
if (!account) throw new Error('setAccountLabel requires a valid address, got ' + String(account))
const address = normalizeAddress(account)
const {identities} = this.store.getState()
identities[address] = identities[address] || {}
@ -509,9 +500,7 @@ class PreferencesController {
updateRpc (newRpcDetails) {
const rpcList = this.getFrequentRpcListDetail()
const index = rpcList.findIndex((element) => {
return element.rpcUrl === newRpcDetails.rpcUrl
})
const index = rpcList.findIndex((element) => { return element.rpcUrl === newRpcDetails.rpcUrl })
if (index > -1) {
const rpcDetail = rpcList[index]
const updatedRpc = extend(rpcDetail, newRpcDetails)
@ -535,9 +524,7 @@ class PreferencesController {
*/
addToFrequentRpcList (url, chainId, ticker = 'ETH', nickname = '', rpcPrefs = {}) {
const rpcList = this.getFrequentRpcListDetail()
const index = rpcList.findIndex((element) => {
return element.rpcUrl === url
})
const index = rpcList.findIndex((element) => { return element.rpcUrl === url })
if (index !== -1) {
rpcList.splice(index, 1)
}
@ -561,9 +548,7 @@ class PreferencesController {
*/
removeFromFrequentRpcList (url) {
const rpcList = this.getFrequentRpcListDetail()
const index = rpcList.findIndex((element) => {
return element.rpcUrl === url
})
const index = rpcList.findIndex((element) => { return element.rpcUrl === url })
if (index !== -1) {
rpcList.splice(index, 1)
}
@ -647,6 +632,13 @@ class PreferencesController {
return Promise.resolve(true)
}
unsetMigratedPrivacyMode () {
this.store.updateState({
migratedPrivacyMode: false,
})
return Promise.resolve()
}
//
// PRIVATE METHODS
//
@ -695,16 +687,10 @@ class PreferencesController {
*/
_getTokenRelatedStates (selectedAddress) {
const accountTokens = this.store.getState().accountTokens
if (!selectedAddress) {
selectedAddress = this.store.getState().selectedAddress
}
if (!selectedAddress) selectedAddress = this.store.getState().selectedAddress
const providerType = this.network.providerStore.getState().type
if (!(selectedAddress in accountTokens)) {
accountTokens[selectedAddress] = {}
}
if (!(providerType in accountTokens[selectedAddress])) {
accountTokens[selectedAddress][providerType] = []
}
if (!(selectedAddress in accountTokens)) accountTokens[selectedAddress] = {}
if (!(providerType in accountTokens[selectedAddress])) accountTokens[selectedAddress][providerType] = []
const tokens = accountTokens[selectedAddress][providerType]
return { tokens, accountTokens, providerType, selectedAddress }
}
@ -741,19 +727,13 @@ class PreferencesController {
*/
_validateERC20AssetParams (opts) {
const { rawAddress, symbol, decimals } = opts
if (!rawAddress || !symbol || typeof decimals === 'undefined') {
throw new Error(`Cannot suggest token without address, symbol, and decimals`)
}
if (!(symbol.length < 7)) {
throw new Error(`Invalid symbol ${symbol} more than six characters`)
}
if (!rawAddress || !symbol || typeof decimals === 'undefined') throw new Error(`Cannot suggest token without address, symbol, and decimals`)
if (!(symbol.length < 7)) throw new Error(`Invalid symbol ${symbol} more than six characters`)
const numDecimals = parseInt(decimals, 10)
if (isNaN(numDecimals) || numDecimals > 36 || numDecimals < 0) {
throw new Error(`Invalid decimals ${decimals} must be at least 0, and not over 36`)
}
if (!isValidAddress(rawAddress)) {
throw new Error(`Invalid address ${rawAddress}`)
}
if (!isValidAddress(rawAddress)) throw new Error(`Invalid address ${rawAddress}`)
}
}

@ -0,0 +1,175 @@
const ObservableStore = require('obs-store')
const SafeEventEmitter = require('safe-event-emitter')
const createAsyncMiddleware = require('json-rpc-engine/src/createAsyncMiddleware')
const { errors: rpcErrors } = require('eth-json-rpc-errors')
/**
* A controller that services user-approved requests for a full Ethereum provider API
*/
class ProviderApprovalController extends SafeEventEmitter {
/**
* Creates a ProviderApprovalController
*
* @param {Object} [config] - Options to configure controller
*/
constructor ({ closePopup, initState, keyringController, openPopup, preferencesController } = {}) {
super()
this.closePopup = closePopup
this.keyringController = keyringController
this.openPopup = openPopup
this.preferencesController = preferencesController
this.memStore = new ObservableStore({
providerRequests: [],
})
const defaultState = { approvedOrigins: {} }
this.store = new ObservableStore(Object.assign(defaultState, initState))
}
/**
* Called when a user approves access to a full Ethereum provider API
*
* @param {object} opts - opts for the middleware contains the origin for the middleware
*/
createMiddleware ({ senderUrl, extensionId, getSiteMetadata }) {
return createAsyncMiddleware(async (req, res, next) => {
// only handle requestAccounts
if (req.method !== 'eth_requestAccounts') return next()
// if already approved or privacy mode disabled, return early
const isUnlocked = this.keyringController.memStore.getState().isUnlocked
const origin = senderUrl.hostname
if (this.shouldExposeAccounts(origin) && isUnlocked) {
res.result = [this.preferencesController.getSelectedAddress()]
return
}
// register the provider request
const metadata = { hostname: senderUrl.hostname, origin }
if (extensionId) {
metadata.extensionId = extensionId
} else {
const siteMetadata = await getSiteMetadata(origin)
Object.assign(metadata, { siteTitle: siteMetadata.name, siteImage: siteMetadata.icon})
}
this._handleProviderRequest(metadata)
// wait for resolution of request
const approved = await new Promise(resolve => this.once(`resolvedRequest:${origin}`, ({ approved }) => resolve(approved)))
if (approved) {
res.result = [this.preferencesController.getSelectedAddress()]
} else {
throw rpcErrors.eth.userRejectedRequest('User denied account authorization')
}
})
}
/**
* @typedef {Object} SiteMetadata
* @param {string} hostname - The hostname of the site
* @param {string} origin - The origin of the site
* @param {string} [siteTitle] - The title of the site
* @param {string} [siteImage] - The icon for the site
* @param {string} [extensionId] - The extension ID of the extension
*/
/**
* Called when a tab requests access to a full Ethereum provider API
*
* @param {SiteMetadata} siteMetadata - The metadata for the site requesting full provider access
*/
_handleProviderRequest (siteMetadata) {
const { providerRequests } = this.memStore.getState()
const origin = siteMetadata.origin
this.memStore.updateState({
providerRequests: [
...providerRequests,
siteMetadata,
],
})
const isUnlocked = this.keyringController.memStore.getState().isUnlocked
const { approvedOrigins } = this.store.getState()
const originAlreadyHandled = approvedOrigins[origin]
if (originAlreadyHandled && isUnlocked) {
return
}
this.openPopup && this.openPopup()
}
/**
* Called when a user approves access to a full Ethereum provider API
*
* @param {string} origin - origin of the domain that had provider access approved
*/
approveProviderRequestByOrigin (origin) {
if (this.closePopup) {
this.closePopup()
}
const { approvedOrigins } = this.store.getState()
const { providerRequests } = this.memStore.getState()
const providerRequest = providerRequests.find((request) => request.origin === origin)
const remainingProviderRequests = providerRequests.filter(request => request.origin !== origin)
this.store.updateState({
approvedOrigins: {
...approvedOrigins,
[origin]: {
siteTitle: providerRequest ? providerRequest.siteTitle : null,
siteImage: providerRequest ? providerRequest.siteImage : null,
hostname: providerRequest ? providerRequest.hostname : null,
},
},
})
this.memStore.updateState({ providerRequests: remainingProviderRequests })
this.emit(`resolvedRequest:${origin}`, { approved: true })
}
/**
* Called when a tab rejects access to a full Ethereum provider API
*
* @param {string} origin - origin of the domain that had provider access approved
*/
rejectProviderRequestByOrigin (origin) {
if (this.closePopup) {
this.closePopup()
}
const { approvedOrigins } = this.store.getState()
const { providerRequests } = this.memStore.getState()
const remainingProviderRequests = providerRequests.filter(request => request.origin !== origin)
// We're cloning and deleting keys here because we don't want to keep unneeded keys
const _approvedOrigins = Object.assign({}, approvedOrigins)
delete _approvedOrigins[origin]
this.store.putState({ approvedOrigins: _approvedOrigins })
this.memStore.putState({ providerRequests: remainingProviderRequests })
this.emit(`resolvedRequest:${origin}`, { approved: false })
}
/**
* Clears any approvals for user-approved origins
*/
clearApprovedOrigins () {
this.store.updateState({
approvedOrigins: {},
})
}
/**
* Determines if a given origin should have accounts exposed
*
* @param {string} origin - Domain origin to check for approval status
* @returns {boolean} - True if the origin has been approved
*/
shouldExposeAccounts (origin) {
return Boolean(this.store.getState().approvedOrigins[origin])
}
/**
* Returns a merged state representation
* @return {object}
* @private
*/
_getMergedState () {
return Object.assign({}, this.memStore.getState(), this.store.getState())
}
}
module.exports = ProviderApprovalController

@ -90,9 +90,7 @@ class RecentBlocksController {
async processBlock (newBlockNumberHex) {
const newBlockNumber = Number.parseInt(newBlockNumberHex, 16)
const newBlock = await this.getBlockByNumber(newBlockNumber, true)
if (!newBlock) {
return
}
if (!newBlock) return
const block = this.mapTransactionsToPrices(newBlock)
@ -164,9 +162,7 @@ class RecentBlocksController {
await Promise.all(targetBlockNumbers.map(async (targetBlockNumber) => {
try {
const newBlock = await this.getBlockByNumber(targetBlockNumber, true)
if (!newBlock) {
return
}
if (!newBlock) return
this.backfillBlock(newBlock)
} catch (e) {

@ -28,9 +28,7 @@ class ThreeBoxController {
this.provider = this._createProvider({
version,
getAccounts: async ({ origin }) => {
if (origin !== '3Box') {
return []
}
if (origin !== '3Box') { return [] }
const isUnlocked = getKeyringControllerState().isUnlocked
const accounts = await this.keyringController.getAccounts()

@ -28,9 +28,7 @@ class TokenRatesController {
* Updates exchange rates for all tokens
*/
async updateExchangeRates () {
if (!this.isActive) {
return
}
if (!this.isActive) { return }
const contractExchangeRates = {}
const nativeCurrency = this.currency ? this.currency.state.nativeCurrency.toLowerCase() : 'eth'
const pairs = this._tokens.map(token => token.address).join(',')
@ -55,12 +53,8 @@ class TokenRatesController {
*/
set interval (interval) {
this._handle && clearInterval(this._handle)
if (!interval) {
return
}
this._handle = setInterval(() => {
this.updateExchangeRates()
}, interval)
if (!interval) { return }
this._handle = setInterval(() => { this.updateExchangeRates() }, interval)
}
/**
@ -68,14 +62,10 @@ class TokenRatesController {
*/
set preferences (preferences) {
this._preferences && this._preferences.unsubscribe()
if (!preferences) {
return
}
if (!preferences) { return }
this._preferences = preferences
this.tokens = preferences.getState().tokens
preferences.subscribe(({ tokens = [] }) => {
this.tokens = tokens
})
preferences.subscribe(({ tokens = [] }) => { this.tokens = tokens })
}
/**

@ -3,7 +3,7 @@ const ObservableStore = require('obs-store')
const ethUtil = require('ethereumjs-util')
const Transaction = require('ethereumjs-tx')
const EthQuery = require('ethjs-query')
const { ethErrors } = require('eth-json-rpc-errors')
const { errors: rpcErrors } = require('eth-json-rpc-errors')
const abi = require('human-standard-token-abi')
const abiDecoder = require('abi-decoder')
abiDecoder.addABI(abi)
@ -54,7 +54,6 @@ const { hexToBn, bnToHex, BnMultiplyByFraction } = require('../../lib/util')
@param {Object} opts.blockTracker - An instance of eth-blocktracker
@param {Object} opts.provider - A network provider.
@param {Function} opts.signTransaction - function the signs an ethereumjs-tx
@param {object} opts.getPermittedAccounts - get accounts that an origin has permissions for
@param {Function} [opts.getGasPrice] - optional gas price calculator
@param {Function} opts.signTransaction - ethTx signer that returns a rawTx
@param {Number} [opts.txHistoryLimit] - number *optional* for limiting how many transactions are in state
@ -67,7 +66,6 @@ class TransactionController extends EventEmitter {
this.networkStore = opts.networkStore || new ObservableStore({})
this.preferencesStore = opts.preferencesStore || new ObservableStore({})
this.provider = opts.provider
this.getPermittedAccounts = opts.getPermittedAccounts
this.blockTracker = opts.blockTracker
this.signEthTx = opts.signTransaction
this.getGasPrice = opts.getGasPrice
@ -135,7 +133,7 @@ class TransactionController extends EventEmitter {
/**
Adds a tx to the txlist
@emits ${txMeta.id}:unapproved
*/
*/
addTx (txMeta) {
this.txStateManager.addTx(txMeta)
this.emit(`${txMeta.id}:unapproved`, txMeta)
@ -150,18 +148,18 @@ class TransactionController extends EventEmitter {
}
/**
* Add a new unapproved transaction to the pipeline
*
* @returns {Promise<string>} the hash of the transaction after being submitted to the network
* @param txParams {object} - txParams for the transaction
* @param opts {object} - with the key origin to put the origin on the txMeta
add a new unapproved transaction to the pipeline
@returns {Promise<string>} the hash of the transaction after being submitted to the network
@param txParams {object} - txParams for the transaction
@param opts {object} - with the key origin to put the origin on the txMeta
*/
async newUnapprovedTransaction (txParams, opts = {}) {
async newUnapprovedTransaction (txParams, opts = {}) {
log.debug(`MetaMaskController newUnapprovedTransaction ${JSON.stringify(txParams)}`)
const initialTxMeta = await this.addUnapprovedTransaction(txParams, opts.origin)
const initialTxMeta = await this.addUnapprovedTransaction(txParams)
initialTxMeta.origin = opts.origin
this.txStateManager.updateTx(initialTxMeta, '#newUnapprovedTransaction - adding the origin')
// listen for tx completion (success, fail)
return new Promise((resolve, reject) => {
this.txStateManager.once(`${initialTxMeta.id}:finished`, (finishedTxMeta) => {
@ -169,64 +167,38 @@ class TransactionController extends EventEmitter {
case 'submitted':
return resolve(finishedTxMeta.hash)
case 'rejected':
return reject(cleanErrorStack(ethErrors.provider.userRejectedRequest('MetaMask Tx Signature: User denied transaction signature.')))
return reject(cleanErrorStack(rpcErrors.eth.userRejectedRequest('MetaMask Tx Signature: User denied transaction signature.')))
case 'failed':
return reject(cleanErrorStack(ethErrors.rpc.internal(finishedTxMeta.err.message)))
return reject(cleanErrorStack(rpcErrors.internal(finishedTxMeta.err.message)))
default:
return reject(cleanErrorStack(ethErrors.rpc.internal(`MetaMask Tx Signature: Unknown problem: ${JSON.stringify(finishedTxMeta.txParams)}`)))
return reject(cleanErrorStack(rpcErrors.internal(`MetaMask Tx Signature: Unknown problem: ${JSON.stringify(finishedTxMeta.txParams)}`)))
}
})
})
}
/**
* Validates and generates a txMeta with defaults and puts it in txStateManager
* store.
*
* @returns {txMeta}
*/
async addUnapprovedTransaction (txParams, origin) {
Validates and generates a txMeta with defaults and puts it in txStateManager
store
@returns {txMeta}
*/
async addUnapprovedTransaction (txParams) {
// validate
const normalizedTxParams = txUtils.normalizeTxParams(txParams)
// Assert the from address is the selected address
if (normalizedTxParams.from !== this.getSelectedAddress()) {
throw new Error(`Transaction from address isn't valid for this account`)
}
txUtils.validateTxParams(normalizedTxParams)
/**
`generateTxMeta` adds the default txMeta properties to the passed object.
These include the tx's `id`. As we use the id for determining order of
txes in the tx-state-manager, it is necessary to call the asynchronous
method `this._determineTransactionCategory` after `generateTxMeta`.
*/
// construct txMeta
const { transactionCategory, getCodeResponse } = await this._determineTransactionCategory(txParams)
let txMeta = this.txStateManager.generateTxMeta({
txParams: normalizedTxParams,
type: TRANSACTION_TYPE_STANDARD,
transactionCategory,
})
if (origin === 'metamask') {
// Assert the from address is the selected address
if (normalizedTxParams.from !== this.getSelectedAddress()) {
throw ethErrors.rpc.internal({
message: `Internally initiated transaction is using invalid account.`,
data: {
origin,
fromAddress: normalizedTxParams.from,
selectedAddress: this.getSelectedAddress(),
},
})
}
} else {
// Assert that the origin has permissions to initiate transactions from
// the specified address
const permittedAddresses = await this.getPermittedAccounts(origin)
if (!permittedAddresses.includes(normalizedTxParams.from)) {
throw ethErrors.provider.unauthorized({ data: { origin }})
}
}
txMeta['origin'] = origin
const { transactionCategory, getCodeResponse } = await this._determineTransactionCategory(txParams)
txMeta.transactionCategory = transactionCategory
this.addTx(txMeta)
this.emit('newUnapprovedTx', txMeta)
@ -245,16 +217,15 @@ class TransactionController extends EventEmitter {
txMeta.loadingDefaults = false
// save txMeta
this.txStateManager.updateTx(txMeta, 'Added new unapproved transaction.')
this.txStateManager.updateTx(txMeta)
return txMeta
}
/**
* Adds the tx gas defaults: gas && gasPrice
* @param txMeta {Object} - the txMeta object
* @returns {Promise<object>} resolves with txMeta
*/
adds the tx gas defaults: gas && gasPrice
@param txMeta {Object} - the txMeta object
@returns {Promise<object>} resolves with txMeta
*/
async addTxGasDefaults (txMeta, getCodeResponse) {
const txParams = txMeta.txParams
// ensure value
@ -431,16 +402,13 @@ class TransactionController extends EventEmitter {
log.error(err)
}
// must set transaction to submitted/failed before releasing lock
if (nonceLock) {
nonceLock.releaseLock()
}
if (nonceLock) nonceLock.releaseLock()
// continue with error chain
throw err
} finally {
this.inProcessOfSigning.delete(txId)
}
}
/**
adds the chain id and signs the transaction and set the status to signed
@param txId {number} - the tx's Id
@ -635,9 +603,7 @@ class TransactionController extends EventEmitter {
}
})
this.pendingTxTracker.on('tx:retry', (txMeta) => {
if (!('retryCount' in txMeta)) {
txMeta.retryCount = 0
}
if (!('retryCount' in txMeta)) txMeta.retryCount = 0
txMeta.retryCount++
this.txStateManager.updateTx(txMeta, 'transactions/pending-tx-tracker#event: tx:retry')
})
@ -691,14 +657,10 @@ class TransactionController extends EventEmitter {
const txMeta = this.txStateManager.getTx(txId)
const { nonce, from } = txMeta.txParams
const sameNonceTxs = this.txStateManager.getFilteredTxList({nonce, from})
if (!sameNonceTxs.length) {
return
}
if (!sameNonceTxs.length) return
// mark all same nonce transactions as dropped and give i a replacedBy hash
sameNonceTxs.forEach((otherTxMeta) => {
if (otherTxMeta.id === txId) {
return
}
if (otherTxMeta.id === txId) return
otherTxMeta.replacedBy = txMeta.hash
this.txStateManager.updateTx(txMeta, 'transactions/pending-tx-tracker#event: tx:confirmed reference to confirmed txHash with same nonce')
this.txStateManager.setTxStatusDropped(otherTxMeta.id)

@ -18,9 +18,7 @@ function migrateFromSnapshotsToDiffs (longHistory) {
longHistory
// convert non-initial history entries into diffs
.map((entry, index) => {
if (index === 0) {
return entry
}
if (index === 0) return entry
return generateHistoryEntry(longHistory[index - 1], entry)
})
)
@ -42,9 +40,7 @@ function generateHistoryEntry (previousState, newState, note) {
const entry = jsonDiffer.compare(previousState, newState)
// Add a note to the first op, since it breaks if we append it to the entry
if (entry[0]) {
if (note) {
entry[0].note = note
}
if (note) entry[0].note = note
entry[0].timestamp = Date.now()
}

@ -35,9 +35,7 @@ function normalizeTxParams (txParams, LowerCase) {
// apply only keys in the normalizers
const normalizedTxParams = {}
for (const key in normalizers) {
if (txParams[key]) {
normalizedTxParams[key] = normalizers[key](txParams[key], LowerCase)
}
if (txParams[key]) normalizedTxParams[key] = normalizers[key](txParams[key], LowerCase)
}
return normalizedTxParams
}
@ -66,12 +64,8 @@ function validateTxParams (txParams) {
@param txParams {object}
*/
function validateFrom (txParams) {
if (!(typeof txParams.from === 'string')) {
throw new Error(`Invalid from address ${txParams.from} not a string`)
}
if (!isValidAddress(txParams.from)) {
throw new Error('Invalid from address')
}
if (!(typeof txParams.from === 'string')) throw new Error(`Invalid from address ${txParams.from} not a string`)
if (!isValidAddress(txParams.from)) throw new Error('Invalid from address')
}
/**

@ -56,9 +56,7 @@ class PendingTransactionTracker extends EventEmitter {
resubmitPendingTxs (blockNumber) {
const pending = this.getPendingTransactions()
// only try resubmitting if their are transactions to resubmit
if (!pending.length) {
return
}
if (!pending.length) return
pending.forEach((txMeta) => this._resubmitTx(txMeta, blockNumber).catch((err) => {
/*
Dont marked as failed if the error is a "known" transaction warning
@ -81,9 +79,7 @@ class PendingTransactionTracker extends EventEmitter {
errorMessage.includes('nonce too low')
)
// ignore resubmit warnings, return early
if (isKnownTx) {
return
}
if (isKnownTx) return
// encountered real error - transition to error state
txMeta.warning = {
error: errorMessage,
@ -111,14 +107,10 @@ class PendingTransactionTracker extends EventEmitter {
const retryCount = txMeta.retryCount || 0
// Exponential backoff to limit retries at publishing
if (txBlockDistance <= Math.pow(2, retryCount) - 1) {
return
}
if (txBlockDistance <= Math.pow(2, retryCount) - 1) return
// Only auto-submit already-signed txs:
if (!('rawTx' in txMeta)) {
return this.approveTransaction(txMeta.id)
}
if (!('rawTx' in txMeta)) return this.approveTransaction(txMeta.id)
const rawTx = txMeta.rawTx
const txHash = await this.publishTransaction(rawTx)
@ -140,9 +132,7 @@ class PendingTransactionTracker extends EventEmitter {
const txId = txMeta.id
// Only check submitted txs
if (txMeta.status !== 'submitted') {
return
}
if (txMeta.status !== 'submitted') return
// extra check in case there was an uncaught error during the
// signature and submission process

@ -142,13 +142,9 @@ class TxGasUtil {
const bufferedGasLimitBn = initialGasLimitBn.muln(1.5)
// if initialGasLimit is above blockGasLimit, dont modify it
if (initialGasLimitBn.gt(upperGasLimitBn)) {
return bnToHex(initialGasLimitBn)
}
if (initialGasLimitBn.gt(upperGasLimitBn)) return bnToHex(initialGasLimitBn)
// if bufferedGasLimit is below blockGasLimit, use bufferedGasLimit
if (bufferedGasLimitBn.lt(upperGasLimitBn)) {
return bnToHex(bufferedGasLimitBn)
}
if (bufferedGasLimitBn.lt(upperGasLimitBn)) return bnToHex(bufferedGasLimitBn)
// otherwise use blockGasLimit
return bnToHex(upperGasLimitBn)
}

@ -45,9 +45,7 @@ class TransactionStateManager extends EventEmitter {
*/
generateTxMeta (opts) {
const netId = this.getNetwork()
if (netId === 'loading') {
throw new Error('MetaMask is having trouble connecting to the network')
}
if (netId === 'loading') throw new Error('MetaMask is having trouble connecting to the network')
return extend({
id: createId(),
time: (new Date()).getTime(),
@ -91,9 +89,7 @@ class TransactionStateManager extends EventEmitter {
*/
getApprovedTransactions (address) {
const opts = { status: 'approved' }
if (address) {
opts.from = address
}
if (address) opts.from = address
return this.getFilteredTxList(opts)
}
@ -104,9 +100,7 @@ class TransactionStateManager extends EventEmitter {
*/
getPendingTransactions (address) {
const opts = { status: 'submitted' }
if (address) {
opts.from = address
}
if (address) opts.from = address
return this.getFilteredTxList(opts)
}
@ -117,9 +111,7 @@ class TransactionStateManager extends EventEmitter {
*/
getConfirmedTransactions (address) {
const opts = { status: 'confirmed' }
if (address) {
opts.from = address
}
if (address) opts.from = address
return this.getFilteredTxList(opts)
}
@ -167,12 +159,7 @@ class TransactionStateManager extends EventEmitter {
transactions.splice(index, 1)
}
}
const newTxIndex = transactions
.findIndex((currentTxMeta) => currentTxMeta.time > txMeta.time)
newTxIndex === -1
? transactions.push(txMeta)
: transactions.splice(newTxIndex, 0, txMeta)
transactions.push(txMeta)
this._saveTxList(transactions)
return txMeta
}
@ -249,14 +236,10 @@ class TransactionStateManager extends EventEmitter {
// validate types
switch (key) {
case 'chainId':
if (typeof value !== 'number' && typeof value !== 'string') {
throw new Error(`${key} in txParams is not a Number or hex string. got: (${value})`)
}
if (typeof value !== 'number' && typeof value !== 'string') throw new Error(`${key} in txParams is not a Number or hex string. got: (${value})`)
break
default:
if (typeof value !== 'string') {
throw new Error(`${key} in txParams is not a string. got: (${value})`)
}
if (typeof value !== 'string') throw new Error(`${key} in txParams is not a string. got: (${value})`)
break
}
})

@ -0,0 +1,73 @@
class StandardProvider {
_isConnected
_provider
constructor (provider) {
this._provider = provider
this._subscribe()
// indicate that we've connected, mostly just for standard compliance
setTimeout(() => {
this._onConnect()
})
}
_onClose () {
if (this._isConnected === undefined || this._isConnected) {
this._provider.emit('close', {
code: 1011,
reason: 'Network connection error',
})
}
this._isConnected = false
}
_onConnect () {
!this._isConnected && this._provider.emit('connect')
this._isConnected = true
}
_subscribe () {
this._provider.on('data', (error, { method, params }) => {
if (!error && method === 'eth_subscription') {
this._provider.emit('notification', params.result)
}
})
}
/**
* Initiate an RPC method call
*
* @param {string} method - RPC method name to call
* @param {string[]} params - Array of RPC method parameters
* @returns {Promise<*>} Promise resolving to the result if successful
*/
send (method, params = []) {
return new Promise((resolve, reject) => {
try {
this._provider.sendAsync({ id: 1, jsonrpc: '2.0', method, params }, (error, response) => {
error = error || response.error
error ? reject(error) : resolve(response)
})
} catch (error) {
reject(error)
}
})
}
}
/**
* Converts a legacy provider into an EIP-1193-compliant standard provider
* @param {Object} provider - Legacy provider to convert
* @returns {Object} Standard provider
*/
export default function createStandardProvider (provider) {
const standardProvider = new StandardProvider(provider)
const sendLegacy = provider.send
provider.send = (methodOrPayload, callbackOrArgs) => {
if (typeof methodOrPayload === 'string' && !callbackOrArgs || Array.isArray(callbackOrArgs)) {
return standardProvider.send(methodOrPayload, callbackOrArgs)
}
return sendLegacy.call(provider, methodOrPayload, callbackOrArgs)
}
return provider
}

@ -14,17 +14,17 @@ class EdgeEncryptor {
* @returns {Promise<string>} Promise resolving to an object with ciphertext
*/
encrypt (password, dataObject) {
const salt = this._generateSalt()
var salt = this._generateSalt()
return this._keyFromPassword(password, salt)
.then(function (key) {
const data = JSON.stringify(dataObject)
const dataBuffer = Unibabel.utf8ToBuffer(data)
const vector = global.crypto.getRandomValues(new Uint8Array(16))
const resultbuffer = asmcrypto.AES_GCM.encrypt(dataBuffer, key, vector)
var data = JSON.stringify(dataObject)
var dataBuffer = Unibabel.utf8ToBuffer(data)
var vector = global.crypto.getRandomValues(new Uint8Array(16))
var resultbuffer = asmcrypto.AES_GCM.encrypt(dataBuffer, key, vector)
const buffer = new Uint8Array(resultbuffer)
const vectorStr = Unibabel.bufferToBase64(vector)
const vaultStr = Unibabel.bufferToBase64(buffer)
var buffer = new Uint8Array(resultbuffer)
var vectorStr = Unibabel.bufferToBase64(vector)
var vaultStr = Unibabel.bufferToBase64(buffer)
return JSON.stringify({
data: vaultStr,
iv: vectorStr,
@ -48,7 +48,7 @@ class EdgeEncryptor {
const encryptedData = Unibabel.base64ToBuffer(payload.data)
const vector = Unibabel.base64ToBuffer(payload.iv)
return new Promise((resolve, reject) => {
let result
var result
try {
result = asmcrypto.AES_GCM.decrypt(encryptedData, key, vector)
} catch (err) {
@ -72,12 +72,12 @@ class EdgeEncryptor {
*/
_keyFromPassword (password, salt) {
const passBuffer = Unibabel.utf8ToBuffer(password)
const saltBuffer = Unibabel.base64ToBuffer(salt)
var passBuffer = Unibabel.utf8ToBuffer(password)
var saltBuffer = Unibabel.base64ToBuffer(salt)
const iterations = 10000
const length = 32 // SHA256 hash size
return new Promise((resolve) => {
const key = asmcrypto.Pbkdf2HmacSha256(passBuffer, saltBuffer, iterations, length)
var key = asmcrypto.Pbkdf2HmacSha256(passBuffer, saltBuffer, iterations, length)
resolve(key)
})
}
@ -89,9 +89,9 @@ class EdgeEncryptor {
* @returns {string} Randomized base64 encoded data
*/
_generateSalt (byteCount = 32) {
const view = new Uint8Array(byteCount)
var view = new Uint8Array(byteCount)
global.crypto.getRandomValues(view)
const b64encoded = btoa(String.fromCharCode.apply(null, view))
var b64encoded = btoa(String.fromCharCode.apply(null, view))
return b64encoded
}
}

@ -1,5 +1,6 @@
/*global Web3*/
// need to make sure we aren't affected by overlapping namespaces
// and that we dont affect the app with our namespace
// mostly a fix for web3's BigNumber if AMD's "define" is defined...
@ -31,14 +32,14 @@ const restoreContextAfterImports = () => {
}
cleanContextForImports()
require('web3/dist/web3.min.js')
const log = require('loglevel')
const LocalMessageDuplexStream = require('post-message-stream')
const setupDappAutoReload = require('./lib/auto-reload.js')
const MetamaskInpageProvider = require('metamask-inpage-provider')
const createStandardProvider = require('./createStandardProvider').default
// TODO:deprecate:2020-01-13
require('web3/dist/web3.min.js')
const setupDappAutoReload = require('./lib/auto-reload.js')
let warned = false
restoreContextAfterImports()
@ -60,6 +61,89 @@ const inpageProvider = new MetamaskInpageProvider(metamaskStream)
// set a high max listener count to avoid unnecesary warnings
inpageProvider.setMaxListeners(100)
let warnedOfAutoRefreshDeprecation = false
// augment the provider with its enable method
inpageProvider.enable = function ({ force } = {}) {
if (
!warnedOfAutoRefreshDeprecation &&
inpageProvider.autoRefreshOnNetworkChange
) {
console.warn(`MetaMask: MetaMask will soon stop reloading pages on network change.
If you rely upon this behavior, add a 'networkChanged' event handler to trigger the reload manually: https://metamask.github.io/metamask-docs/API_Reference/Ethereum_Provider#ethereum.on(eventname%2C-callback)
Set 'ethereum.autoRefreshOnNetworkChange' to 'false' to silence this warning: https://metamask.github.io/metamask-docs/API_Reference/Ethereum_Provider#ethereum.autorefreshonnetworkchange'
`)
warnedOfAutoRefreshDeprecation = true
}
return new Promise((resolve, reject) => {
inpageProvider.sendAsync({ method: 'eth_requestAccounts', params: [force] }, (error, response) => {
if (error || response.error) {
reject(error || response.error)
} else {
resolve(response.result)
}
})
})
}
// give the dapps control of a refresh they can toggle this off on the window.ethereum
// this will be default true so it does not break any old apps.
inpageProvider.autoRefreshOnNetworkChange = true
// publicConfig isn't populated until we get a message from background.
// Using this getter will ensure the state is available
const getPublicConfigWhenReady = async () => {
const store = inpageProvider.publicConfigStore
let state = store.getState()
// if state is missing, wait for first update
if (!state.networkVersion) {
state = await new Promise(resolve => store.once('update', resolve))
console.log('new state', state)
}
return state
}
// add metamask-specific convenience methods
inpageProvider._metamask = new Proxy({
/**
* Synchronously determines if this domain is currently enabled, with a potential false negative if called to soon
*
* @returns {boolean} - returns true if this domain is currently enabled
*/
isEnabled: function () {
const { isEnabled } = inpageProvider.publicConfigStore.getState()
return Boolean(isEnabled)
},
/**
* Asynchronously determines if this domain is currently enabled
*
* @returns {Promise<boolean>} - Promise resolving to true if this domain is currently enabled
*/
isApproved: async function () {
const { isEnabled } = await getPublicConfigWhenReady()
return Boolean(isEnabled)
},
/**
* Determines if MetaMask is unlocked by the user
*
* @returns {Promise<boolean>} - Promise resolving to true if MetaMask is currently unlocked
*/
isUnlocked: async function () {
const { isUnlocked } = await getPublicConfigWhenReady()
return Boolean(isUnlocked)
},
}, {
get: function (obj, prop) {
!warned && console.warn('Heads up! ethereum._metamask exposes methods that have ' +
'not been standardized yet. This means that these methods may not be implemented ' +
'in other dapp browsers and may be removed from MetaMask in the future.')
warned = true
return obj[prop]
},
})
// Work around for web3@1.0 deleting the bound `sendAsync` but not the unbound
// `sendAsync` method on the prototype, causing `this` reference issues
const proxiedInpageProvider = new Proxy(inpageProvider, {
@ -68,11 +152,11 @@ const proxiedInpageProvider = new Proxy(inpageProvider, {
deleteProperty: () => true,
})
//
// TODO:deprecate:2020-01-13
//
window.ethereum = createStandardProvider(proxiedInpageProvider)
//
// setup web3
//
if (typeof window.web3 !== 'undefined') {
throw new Error(`MetaMask detected another web3.
@ -88,13 +172,15 @@ web3.setProvider = function () {
}
log.debug('MetaMask - injected web3')
proxiedInpageProvider._web3Ref = web3.eth
setupDappAutoReload(web3, inpageProvider.publicConfigStore)
// setup dapp auto reload AND proxy web3
setupDappAutoReload(web3, inpageProvider._publicConfigStore)
//
// end deprecate:2020-01-13
//
// set web3 defaultAccount
inpageProvider.publicConfigStore.subscribe(function (state) {
web3.eth.defaultAccount = state.selectedAddress
})
window.ethereum = proxiedInpageProvider
inpageProvider.publicConfigStore.subscribe(function (state) {
if (state.onboardingcomplete) {
window.postMessage('onboardingcomplete', '*')
}
})

@ -124,9 +124,7 @@ class AccountTracker {
// save accounts state
this.store.updateState({ accounts })
// fetch balances for the accounts if there is block number ready
if (!this._currentBlockNumber) {
return
}
if (!this._currentBlockNumber) return
this._updateAccounts()
}
@ -160,9 +158,7 @@ class AccountTracker {
// block gasLimit polling shouldn't be in account-tracker shouldn't be here...
const currentBlock = await this._query.getBlockByNumber(blockNumber, false)
if (!currentBlock) {
return
}
if (!currentBlock) return
const currentBlockGasLimit = currentBlock.gasLimit
this.store.updateState({ currentBlockGasLimit })
@ -222,9 +218,7 @@ class AccountTracker {
// update accounts state
const { accounts } = this.store.getState()
// only populate if the entry is still present
if (!accounts[address]) {
return
}
if (!accounts[address]) return
accounts[address] = result
this.store.updateState({ accounts })
}

@ -1,6 +1,3 @@
// TODO:deprecate:2020-01-13
module.exports = setupDappAutoReload
function setupDappAutoReload (web3, observable) {
@ -16,7 +13,7 @@ function setupDappAutoReload (web3, observable) {
lastTimeUsed = Date.now()
// show warning once on web3 access
if (!hasBeenWarned && key !== 'currentProvider') {
console.warn(`MetaMask: On 2020-01-13, MetaMask will no longer inject web3. For more information, see: https://medium.com/metamask/no-longer-injecting-web3-js-4a899ad6e59e`)
console.warn('MetaMask: web3 will be deprecated in the near future in favor of the ethereumProvider\nhttps://medium.com/metamask/4a899ad6e59e')
hasBeenWarned = true
}
// return value normally
@ -31,14 +28,10 @@ function setupDappAutoReload (web3, observable) {
observable.subscribe(function (state) {
// if the auto refresh on network change is false do not
// do anything
if (!window.ethereum.autoRefreshOnNetworkChange) {
return
}
if (!window.ethereum.autoRefreshOnNetworkChange) return
// if reload in progress, no need to check reload logic
if (reloadInProgress) {
return
}
if (reloadInProgress) return
const currentNetwork = state.networkVersion
@ -49,14 +42,10 @@ function setupDappAutoReload (web3, observable) {
}
// skip reload logic if web3 not used
if (!lastTimeUsed) {
return
}
if (!lastTimeUsed) return
// if network did not change, exit
if (currentNetwork === lastSeenNetwork) {
return
}
if (currentNetwork === lastSeenNetwork) return
// initiate page reload
reloadInProgress = true

@ -13,13 +13,11 @@ module.exports = getBuyEthUrl
*/
function getBuyEthUrl ({ network, amount, address, service }) {
// default service by network if not specified
if (!service) {
service = getDefaultServiceForNetwork(network)
}
if (!service) service = getDefaultServiceForNetwork(network)
switch (service) {
case 'wyre':
return `https://pay.sendwyre.com/?dest=ethereum:${address}&destCurrency=ETH&accountId=AC-7AG3W4XH4N2`
return `https://dash.sendwyre.com/sign-up`
case 'coinswitch':
return `https://metamask.coinswitch.co/?address=${address}&to=eth`
case 'coinbase':
@ -32,9 +30,8 @@ function getBuyEthUrl ({ network, amount, address, service }) {
return 'https://github.com/kovan-testnet/faucet'
case 'goerli-faucet':
return 'https://goerli-faucet.slock.it/'
default:
throw new Error(`Unknown cryptocurrency exchange or faucet: "${service}"`)
}
throw new Error(`Unknown cryptocurrency exchange or faucet: "${service}"`)
}
function getDefaultServiceForNetwork (network) {
@ -49,7 +46,6 @@ function getDefaultServiceForNetwork (network) {
return 'kovan-faucet'
case '5':
return 'goerli-faucet'
default:
throw new Error(`No default cryptocurrency exchange or faucet for networkId: "${network}"`)
}
throw new Error(`No default cryptocurrency exchange or faucet for networkId: "${network}"`)
}

@ -4,10 +4,10 @@
* @returns {Error} Error with clean stack trace.
*/
function cleanErrorStack (err) {
let name = err.name
var name = err.name
name = (name === undefined) ? 'Error' : String(name)
let msg = err.message
var msg = err.message
msg = (msg === undefined) ? '' : String(msg)
if (name === '') {

@ -8,9 +8,7 @@ function createDnodeRemoteGetter (dnode) {
})
async function getRemote () {
if (remote) {
return remote
}
if (remote) return remote
return await new Promise(resolve => dnode.once('remote', resolve))
}

@ -13,9 +13,7 @@ function createLoggerMiddleware (opts) {
if (res.error) {
log.error('Error in RPC response:\n', res)
}
if (req.isMetamaskInternal) {
return
}
if (req.isMetamaskInternal) return
log.info(`RPC (${opts.origin}):`, req, '->', res)
cb()
})

@ -1,4 +1,3 @@
module.exports = createOriginMiddleware
/**

@ -66,7 +66,5 @@ function getRegistryForChainId (chainId) {
// goerli
case 5:
return '0x112234455c3a32fd11230c42e7bccd4a84e02010'
default:
return null
}
}

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

Loading…
Cancel
Save